1
Fork 0

Changed nav icon style, and remved window overflow

This commit is contained in:
Jake Howard 2015-11-04 22:51:56 +00:00
parent fd3e166df6
commit 8a114b5821
1 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,7 @@ html {
font-family: 'Roboto', sans-serif;
font-weight: 300;
text-align: center;
overflow: hidden;
}
body {
@ -23,7 +24,8 @@ body {
.navbar-brand {
img {
float: left;
margin-right: 13px;
margin-right: 10px;
margin-top: -4px;
height: 30px;
}
}