Skip to content

Commit

Permalink
Merge pull request #720 from yychen/navbar-fix
Browse files Browse the repository at this point in the history
Fix navbar display issue in safari
  • Loading branch information
tai271828 authored Mar 25, 2020
2 parents 56f296d + 256d448 commit 47dc62d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/static/pycontw-2020/styles/page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ body {

.page-hero {
background-color: $top-navbar-background-color;
display: flex;
flex-direction: row;
height: $menu-desktop-height - 20;
@include on-desktop;
}
Expand All @@ -26,9 +24,9 @@ body {
margin: 0 40px;
display: flex;
flex-direction: row;
width: 100%;
justify-content: space-between;
align-items: center;
padding: 0;
}
}

Expand Down

0 comments on commit 47dc62d

Please sign in to comment.