Last active
January 31, 2022 04:06
-
-
Save dpw1/a8390a1f42bc7d7c7966484d34476e1a to your computer and use it in GitHub Desktop.
Debut header's logo size
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.site-header__logo-image, | |
.site-header__logo-image >*{ | |
max-width: 100px !important; | |
margin-left: 0px; | |
width: 100% !important; | |
margin: unset; | |
} | |
@media (max-width:749px){ | |
.site-header__logo-image, | |
.site-header__logo-image >*{ | |
max-width: 80px !important; | |
margin-left: 0px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment