Some menu-squeezing
This commit is contained in:
parent
fa6120e2ab
commit
fba2165a64
|
@ -109,3 +109,7 @@ footer {
|
|||
.breadcrumb > li.no-before::before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
.nav li a {
|
||||
padding: 30px 7px;
|
||||
}
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<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>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue