Changed nav icon style, and remved window overflow
This commit is contained in:
parent
fd3e166df6
commit
8a114b5821
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue