mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
9 lines
106 B
CSS
9 lines
106 B
CSS
|
body {
|
||
|
background: #eee;
|
||
|
text-align: center;
|
||
|
padding-top: 30px;
|
||
|
}
|
||
|
.content {
|
||
|
margin-top: 100px;
|
||
|
}
|