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>* {
|
||||
width: 96vw;
|
||||
max-width: 575px;
|
||||
max-width: min(575px, 85vw);
|
||||
}
|
||||
|
||||
#header-elements {
|
||||
width: 96vw;
|
||||
max-width: 575px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue