Skip to content

Commit

Permalink
update mobile padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Quackdoc committed Feb 5, 2024
1 parent bd23e2e commit a2ef468
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion static/CSS/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,17 @@
font-size: 0.96rem;
margin-top: 0.5em;
margin-bottom: 0em;
}
}




@media screen and (max-width: 760px){
html, body {
margin: 0;
padding: 10px;
height: 100%;
width: 100%;
}

}

0 comments on commit a2ef468

Please sign in to comment.