Improve horizonatal scaling compatibility with Firefox
This commit is contained in:
parent
b2feb3d2c1
commit
c963c76d68
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ article {
|
|||
}
|
||||
|
||||
#mainarticle {
|
||||
width: fit-content;
|
||||
width: max-content;
|
||||
max-width: min(80rem, 100%);
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue