Skip to content

Commit 6da4e37

Browse files
danielhjacobsadrian17
authored andcommitted
Use vw logo height if aspect-ratio is unsupported
1 parent 7c477a0 commit 6da4e37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/title.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ 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+
}
7074
margin: auto;
7175
margin-bottom: -10%;
7276
}

0 commit comments

Comments
 (0)