Skip to content

Commit

Permalink
more decent last-item style, affiliation improved on mobile, desktop …
Browse files Browse the repository at this point in the history
…height now matching in every case
  • Loading branch information
lukatsch committed Apr 26, 2018
1 parent e032a04 commit c449e9d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ h7 {
.site-nav .first-item > a {
color: #283461;
font-weight: bold;
padding: 20px 32px;
padding: 26px 32px;
/* margin-top: 5px; */
border-bottom: 6px solid white;
display: inline-block;
Expand All @@ -297,7 +297,7 @@ h7 {

.site-nav .last-item.clicked a {
padding: 24px;
font-size: 21px;
font-weight: bold;
}

.site-nav .last-item > a:after, .site-nav .last-item > a:before {
Expand Down Expand Up @@ -342,7 +342,7 @@ h7 {
}
.site-nav .flyout-alt.clicked > a {
border-bottom: 6px solid white;
border-top: 6px solid white;
/* border-top: 6px solid white; */
}
.clicked > a:after, .clicked > a:before {
top: 100%;
Expand Down Expand Up @@ -382,4 +382,7 @@ h7 {
padding-bottom: 16px;
cursor: pointer;
}
.site-nav .first-item > a {
padding: 16px 32px;
}
}

0 comments on commit c449e9d

Please sign in to comment.