Skip to content

Commit

Permalink
reduced navbar size on larger screens
Browse files Browse the repository at this point in the history
  • Loading branch information
egladman committed Feb 19, 2016
1 parent e1272c4 commit e38478f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions _assets/css/_media-queries.sass
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,12 @@
z-index: 10
left: $sidebarWidth
border-bottom: 1px solid #D5D5D5
font-size: 1.25em
height: 5.75rem
.search
top: 0.5em
#search-results
top: 6rem
top: 4.75rem
right: 4em
.contact-info-email-container, .contact-info-office-container, .contact-info-meeting-container
font-size: 85%
Expand All @@ -100,10 +104,10 @@
width: 100%
width: calc(100% - #{$sidebarWidth})
height: 100%
height: calc(100% - 8rem)
height: calc(100% - 5.75rem)
transition: all 0.25s linear
z-index: 9
margin-top: 8rem
margin-top: 5.75rem
&.index
left: $sidebarWidth
>*
Expand All @@ -119,6 +123,8 @@
left: 30rem
> .section.posts:only-child > .container
width: 50%
.main-nav
margin-top: 5.75rem


@media (min-width: 1200px) and (max-width: 1749px)
Expand Down

0 comments on commit e38478f

Please sign in to comment.