minor mobile width fix

This commit is contained in:
Pagwin 2025-08-09 14:46:19 -04:00
parent e567948189
commit b70b794e78
2 changed files with 3 additions and 0 deletions

1
notes
View file

@ -5,6 +5,7 @@ https://www.goatcounter.com/
https://web.dev/articles/optimize-webfont-loading https://web.dev/articles/optimize-webfont-loading
noted fonts: noted fonts:
Moderat mono https://tightype.com/typefaces/moderat-mono
Mell Display https://www.myfonts.com/collections/mell-sans-font-abuse-of-notation Mell Display https://www.myfonts.com/collections/mell-sans-font-abuse-of-notation
Lexend https://fonts.google.com/specimen/Lexend Lexend https://fonts.google.com/specimen/Lexend
Jetbrains Mono https://fonts.google.com/specimen/JetBrains+Mono Jetbrains Mono https://fonts.google.com/specimen/JetBrains+Mono

View file

@ -146,6 +146,7 @@ header#header {
} }
article { article {
max-width: 66ch; max-width: 66ch;
width: 100%;
} }
main { main {
box-sizing: border-box; box-sizing: border-box;
@ -164,6 +165,7 @@ main {
box-sizing: border-box; box-sizing: border-box;
padding: 0rem 1rem; padding: 0rem 1rem;
max-width: 66ch; max-width: 66ch;
width: 100%;
} }
/* needed due to being flex itself*/ /* needed due to being flex itself*/