smaller nav area
This commit is contained in:
parent
da49433e93
commit
a19b6f5054
3 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
#user-nav {
|
||||
list-style: none;
|
||||
font-weight: bold;
|
||||
margin-bottom: 10px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
|
|
@ -205,7 +205,7 @@
|
|||
|
||||
#search
|
||||
{
|
||||
padding: 10px 15px !important;
|
||||
padding: 10px 15px 0 !important;
|
||||
}
|
||||
|
||||
#search > form
|
||||
|
@ -239,6 +239,7 @@
|
|||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
justify-content: flex-start;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.comment
|
||||
|
@ -280,4 +281,6 @@
|
|||
|
||||
nav {
|
||||
min-height: 0 !important;
|
||||
background: #d64760 url('images/overlay.png');
|
||||
padding: 1em 2em;
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<nav id="header">
|
||||
<nav>
|
||||
<div .row>
|
||||
<div .col-md-9>
|
||||
<ul #user-nav>
|
||||
|
|
Loading…
Reference in a new issue