Skip to content

Commit

Permalink
Move properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
DaemonCahill committed Nov 3, 2023
1 parent 3152dca commit e6b2043
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/app/components/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
.header {
box-sizing: border-box;
background: #232f3e;
padding-block-start: 12px;
padding-block-end: 11px;
padding-inline: 12px;
font-size: 15px;
font-weight: 700;
line-height: 17px;
display: flex;
color: #eee;
justify-content: space-between;
padding-block-start: 12px;
padding-block-end: 11px;
padding-inline: 12px;
&-sticky {
inline-size: 100%;
z-index: 1000;
Expand Down

0 comments on commit e6b2043

Please sign in to comment.