minor mobile width fix
This commit is contained in:
parent
e567948189
commit
b70b794e78
2 changed files with 3 additions and 0 deletions
1
notes
1
notes
|
@ -5,6 +5,7 @@ https://www.goatcounter.com/
|
|||
https://web.dev/articles/optimize-webfont-loading
|
||||
|
||||
noted fonts:
|
||||
Moderat mono https://tightype.com/typefaces/moderat-mono
|
||||
Mell Display https://www.myfonts.com/collections/mell-sans-font-abuse-of-notation
|
||||
Lexend https://fonts.google.com/specimen/Lexend
|
||||
Jetbrains Mono https://fonts.google.com/specimen/JetBrains+Mono
|
||||
|
|
|
@ -146,6 +146,7 @@ header#header {
|
|||
}
|
||||
article {
|
||||
max-width: 66ch;
|
||||
width: 100%;
|
||||
}
|
||||
main {
|
||||
box-sizing: border-box;
|
||||
|
@ -164,6 +165,7 @@ main {
|
|||
box-sizing: border-box;
|
||||
padding: 0rem 1rem;
|
||||
max-width: 66ch;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* needed due to being flex itself*/
|
||||
|
|
Loading…
Reference in a new issue