1
0
mirror of https://github.com/gamaio/lobli.git synced 2025-01-03 15:52:42 +00:00

Align the page head to top of navbar

This commit is contained in:
alopexc0de 2014-07-22 22:05:35 -04:00
parent f0f858950d
commit e068995839
No known key found for this signature in database
GPG Key ID: 48E847F18074C953

View File

@ -55,7 +55,7 @@ hr {
font-family: "Montserrat Bold Italc";
font-size: 52px;
font-weight: 700;
margin-left: 21%;
text-align: center;
color: #ccc;
}
@ -82,12 +82,18 @@ hr {
}
.submitbtn{
width:30px;
height: 47px;
background: #333;
border: none;
}
.submitbtn:hover {
background: #333;
color: #9ab4d5;
height: 47px;
border: none;
}
#footer{
font-size: 14px;
}