chore(css): update typography and spacing
All checks were successful
/ all (push) Successful in 19s

This commit is contained in:
Julien Dessaux 2025-03-23 16:14:07 +01:00
parent 5fd3dc0a53
commit 6039e9eb3b
Signed by: adyxax
GPG key ID: F92E51B86E07177E
5 changed files with 134 additions and 30 deletions

View file

@ -1,7 +1,9 @@
@media only screen and (min-width: 60rem) {
body {
max-width:60rem;
margin-left: auto;
margin-right: auto;
@media only screen and (width < 960px) {
main {
/* These 16px account for the vertical scrollbar */
width: calc(100vw - 16px);
}
header {
width: calc(100vw - 16px);
}
}