fix body top padding

pull/1480/head
Isaac Connor 2016-05-12 20:00:37 -04:00
parent 2144cb7de6
commit 1ce2e597cf
3 changed files with 6 additions and 1 deletions

View File

@ -27,7 +27,6 @@ body {
color: #333333;
font-weight: 300;
text-align: center;
padding-top:81px;
}
h1 {

View File

@ -95,3 +95,6 @@
margin: 0 8px;
}
body {
padding-top:81px;
}

View File

@ -22,3 +22,6 @@ input.large {
text-align: left;
}
body {
padding-top:81px;
}