Skip to content

Commit

Permalink
mobile menu style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mariez committed Mar 28, 2016
1 parent be2ae1c commit 74fb81e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions css/style.css
Expand Up @@ -36,9 +36,15 @@ div.panel{padding:0px !important;background:none !important} /* FIX NEEDED BECAO

/* # header *******************/

#navigation #menuTop a.dropdown-toggle{padding-top:22px;padding-bottom:27px}
@media only screen and (min-width:768px){
#navigation #menuTop a.dropdown-toggle{padding-top:22px;padding-bottom:27px}
}
@media only screen and (max-width:768px){
#logged{right: 80px; position: absolute; top: 15px;}
.navbar-brand > img{width:150px}
}
.navbar-inverse{min-height: 71px}

.navbar-collapse{box-shadow:none;border-top:0;margin-top:10px;}

/* # special pages ************/

Expand Down

0 comments on commit 74fb81e

Please sign in to comment.