Increase readability on mobile
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
934892f81a
commit
4017705026
1 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue