hugo-sandstorm/layouts/default.vue

25 lines
270 B
Vue
Raw Normal View History

<template>
<main>
<nuxt/>
</main>
</template>
<style>
body {
padding: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00B7FF;
}
table {
text-align: left;
}
td {
padding: 0 10 0 10;
}
</style>