Skip to content

Commit

Permalink
Fix header height on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
dolanske committed Jul 29, 2024
1 parent abe210e commit 83b542e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/style/viewports.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
position: relative;
gap: 8px;
align-items: flex-start;
height: unset;

img {
position: relative;
Expand All @@ -75,4 +76,4 @@
}
}
}
}
}

0 comments on commit 83b542e

Please sign in to comment.