Changed logo size on mobile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Samuel Philipp 2021-04-10 02:46:01 +00:00
parent d60ec50cc6
commit 11b2b78cc7

View file

@ -267,8 +267,8 @@ pre {
@media (max-width: 767.98px) {
.logo {
max-width: 64px;
max-height: 64px;
max-width: 96px;
max-height: 96px;
}
.fa-4x {
font-size: 2em;
@ -287,4 +287,4 @@ pre {
width: 2em;
height: 2em;
}
}
}