Skip to content

Commit

Permalink
fix mobiles styles for webchuck page
Browse files Browse the repository at this point in the history
  • Loading branch information
terryzfeng committed May 3, 2024
1 parent 3466cbb commit 71c7ae7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cdn/webchuck.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ header {
position: relative;
}

@media (max-width: 640px){
header {
padding-top: 3.5rem;
}
}

h1 {
margin: 0;
font-size: 2em;
Expand Down

0 comments on commit 71c7ae7

Please sign in to comment.