Skip to content

Commit

Permalink
HOTFIX: THE HEADER ON MOBILE BROKE?!?
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardKanshen committed Nov 13, 2024
1 parent d7173d3 commit 3e2d389
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Header/Header.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@ div#header {
height: 31px;
overflow: hidden;
transition: height 0.3s ease 0s;
&>div#headerLinks {
display: flex;
flex-direction: column;
row-gap: 8px;
margin-top: 12px;
}
&>span {
display: flex;
flex-direction: row;
Expand Down

0 comments on commit 3e2d389

Please sign in to comment.