Skip to content

Commit e579162

Browse files
refactor: replace "18/9" by "2", because math
1 parent 3c216f6 commit e579162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/css/chrome.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ html:not(.js) .left-buttons button {
236236
}
237237
}
238238

239-
@media only screen and (min-width: 1380px) and (min-aspect-ratio: 18/9) {
239+
@media only screen and (min-width: 1380px) and (min-aspect-ratio: 2) {
240240
:root {
241241
--content-max-width: 1200px;
242242
}

0 commit comments

Comments
 (0)