update css

This commit is contained in:
Sébastien Chopin 2016-12-07 23:44:11 +01:00
parent 83cd431c52
commit 8c14c9018e
1 changed files with 5 additions and 0 deletions

View File

@ -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;