Skip to content

Commit 3d2018a

Browse files
danielhjacobsadrian17
authored andcommitted
The supports rule must be placed at the top level
1 parent 6da4e37 commit 3d2018a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

assets/title.scss

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ table.table-dark th {
6767
.section.splash #logo {
6868
max-height: 400px;
6969
aspect-ratio: 16 / 9;
70-
@supports not (aspect-ratio: 16 / 9) {
71-
width: 100%;
72-
height: 56.15vw;
73-
}
7470
margin: auto;
7571
margin-bottom: -10%;
7672
}
@@ -443,3 +439,10 @@ a.store-badge {
443439
0% { width: 0; }
444440
100% { width: 100%; }
445441
}
442+
443+
@supports not (aspect-ratio: 16 / 9) {
444+
.section.splash #logo {
445+
width: 100%;
446+
height: 56.15vw;
447+
}
448+
}

0 commit comments

Comments
 (0)