diff --git a/src/less/style.less b/src/less/style.less index 77e908f..6f6facf 100644 --- a/src/less/style.less +++ b/src/less/style.less @@ -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; } }