Skip to content

Commit

Permalink
hide logo on smaller screens now that header items are too many
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanttb committed Oct 3, 2017
1 parent dcbc50b commit afa15db
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,19 @@ a {

.navbar-brand {
color: $gray;
display: none;
font-size: 18px;
margin-left: -15px;
padding: 7px 15px;
height: 50px;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.navbar-brand {
display: inline;
}
}
.navbar-collapse {
display: inline-block;
float: right;
Expand Down

0 comments on commit afa15db

Please sign in to comment.