Some menu-squeezing

This commit is contained in:
Víðir Valberg Guðmundsson 2016-06-07 09:40:30 +02:00
parent fa6120e2ab
commit fba2165a64
2 changed files with 5 additions and 1 deletions

View file

@ -109,3 +109,7 @@ footer {
.breadcrumb > li.no-before::before { .breadcrumb > li.no-before::before {
content: ""; content: "";
} }
.nav li a {
padding: 30px 7px;
}

View file

@ -31,7 +31,7 @@
<span class="icon-bar"></span> <span class="icon-bar"></span>
</button> </button>
<a class="navbar-brand" href="/"> <a class="navbar-brand" href="/">
<img src="{% static 'img/logo-new.png' %}" width="135" class="img-responsive" /> <img src="{% static 'img/logo-new.png' %}" class="img-responsive" />
</a> </a>
</div> </div>