1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-24 20:31:05 +00:00

Fix logo on small screen sizes (#191)

This commit is contained in:
Gusted
2022-01-01 00:29:10 +00:00
committed by GitHub
parent a6a4072f0c
commit 96f54da6d1
2 changed files with 11 additions and 1 deletions

View File

@@ -90,4 +90,13 @@ h1, h2, h3:not(.h5), h4 {
box-decoration-break: clone;
}
.navbar-logo {
@media (max-width: 400px) {
width: 50px;
}
@media (min-width: 401px) {
width: 300px;
}
}
@import "custom";