Skip to content

Commit e53f7f9

Browse files
authored
Fixed logo's size
1 parent 30e1d68 commit e53f7f9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

logos.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
margin-top: 1em;
1010
margin-bottom: 0.5em;
1111
}
12+
.mobile-off.logo-align-middle.logo-card img {
13+
width: 30mm;
14+
height: 11mm;
15+
object-fit: contain;
16+
}
1217

1318
/* Rough estimation of the spacing guidelines for the KIT logo.
1419
The border of the browser window does not need to be affected,
@@ -78,4 +83,4 @@
7883
display: flex;
7984
width: 100%;
8085
justify-content: center;
81-
}
86+
}

0 commit comments

Comments
 (0)