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:
@@ -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";
|
||||
|
Reference in New Issue
Block a user