Skip to content

Commit

Permalink
Optimization CSS complexity
Browse files Browse the repository at this point in the history
  • Loading branch information
Jieiku committed Feb 2, 2024
1 parent ce93f9a commit 6695ecf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sass/abridge.scss
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,8 @@ $syntax: true !default;//syntax highlighting for code blocks
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
header > nav {
ul {
margin: 0;
display: flex;
Expand All @@ -684,7 +686,6 @@ $syntax: true !default;//syntax highlighting for code blocks
align-items: center;
}
}

header > nav > div:nth-child(2) {//puts logo on left and menu/search on right
margin-left: auto;
justify-content: center;
Expand Down

0 comments on commit 6695ecf

Please sign in to comment.