Skip to content

Commit

Permalink
refactor(v2): increase CSS specificity on application container
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 committed Mar 6, 2020
1 parent ae78c1e commit 0d28345
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body {
transition: var(--ifm-transition-fast) ease color;
}

body > div {
body > div:first-of-type {
height: 100%;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 0d28345

Please sign in to comment.