Nuxt/examples/global-css/css/main.css

9 lines
106 B
CSS

body {
background: #eee;
text-align: center;
padding-top: 30px;
}
.content {
margin-top: 100px;
}