www/assets/responsive.css
Julien Dessaux 6039e9eb3b
All checks were successful
/ all (push) Successful in 19s
chore(css): update typography and spacing
2025-03-23 16:14:07 +01:00

9 lines
203 B
CSS

@media only screen and (width < 960px) {
main {
/* These 16px account for the vertical scrollbar */
width: calc(100vw - 16px);
}
header {
width: calc(100vw - 16px);
}
}