mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
update css
This commit is contained in:
parent
83cd431c52
commit
8c14c9018e
@ -2,6 +2,11 @@ body {
|
|||||||
background: #eee;
|
background: #eee;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
}
|
}
|
||||||
.content {
|
.content {
|
||||||
margin-top: 100px;
|
margin-top: 100px;
|
||||||
|
Loading…
Reference in New Issue
Block a user