We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da4e37 commit 3d2018aCopy full SHA for 3d2018a
assets/title.scss
@@ -67,10 +67,6 @@ table.table-dark th {
67
.section.splash #logo {
68
max-height: 400px;
69
aspect-ratio: 16 / 9;
70
- @supports not (aspect-ratio: 16 / 9) {
71
- width: 100%;
72
- height: 56.15vw;
73
- }
74
margin: auto;
75
margin-bottom: -10%;
76
}
@@ -443,3 +439,10 @@ a.store-badge {
443
439
0% { width: 0; }
444
440
100% { width: 100%; }
445
441
442
+
+@supports not (aspect-ratio: 16 / 9) {
+ .section.splash #logo {
+ width: 100%;
446
+ height: 56.15vw;
447
+ }
448
+}
0 commit comments