Skip to content

Commit

Permalink
style: outdated major version notice fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleFox94 committed Jan 14, 2022
1 parent c714a78 commit fbded54
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ body > header {

min-height: calc(2em + 45px);
box-sizing: border-box;
padding-bottom: 2.5em;
}

body > header h1 {
Expand All @@ -91,7 +92,15 @@ body > header > nav {
line-height: 1em;
padding-left: 0;
padding-right: 0;
margin-bottom: 2.5em;
}

.outdatedVersionNotice {
display: inline-block;
margin-top: 1em;
}

.outdatedVersionNotice:before {
content: '🛈';
}

body > header nav label {
Expand Down Expand Up @@ -233,16 +242,6 @@ div.dropdown {
padding-left: 0.5em;
}

.outdatedVersionNotice {
display: inline-block;
margin: 1em;
margin-top: 0;
}

.outdatedVersionNotice:before {
content: '🛈';
}

body > main {
padding: 40px;
margin: auto;
Expand Down

0 comments on commit fbded54

Please sign in to comment.