make it less restrictive too
This commit is contained in:
parent
23ef91b9d5
commit
23b8f441e7
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ body > main > h1:first-child {
|
|||
margin-top: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 956px) {
|
||||
@media (min-width: 900px) {
|
||||
:root:has(body.cool) {
|
||||
--target-ratio: 0.6;
|
||||
--width: min(100% * var(--target-ratio), 1920px * var(--target-ratio));
|
||||
|
|
Loading…
Reference in a new issue