Increase readability on mobile
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2024-04-23 00:03:36 -04:00
parent 934892f81a
commit 4017705026
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -255,12 +255,10 @@ article>* {
} }
article>* { article>* {
width: 96vw; max-width: min(575px, 85vw);
max-width: 575px;
} }
#header-elements { #header-elements {
width: 96vw;
max-width: 575px; max-width: 575px;
} }
@ -330,4 +328,4 @@ article>* {
.text-block { .text-block {
font-size: 6vw; font-size: 6vw;
} }
} }