Skip to content

Commit

Permalink
Remove CSS resizing header on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
colbychaskell committed Dec 29, 2023
1 parent 3357d5d commit a4bd5da
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ a {
}

.header {
padding: 2vh 0;
padding: 1rem 0;
z-index: 1;
position: sticky;
top: 0;
Expand Down Expand Up @@ -216,10 +216,6 @@ a {
}

@media screen and (max-height: 600px) {
:root {
font-size: 2vh;
--top-content-height: 20vh;
}
}

.line-pane svg {
Expand Down

0 comments on commit a4bd5da

Please sign in to comment.