Skip to content

Instantly share code, notes, and snippets.

@dpw1
Last active January 31, 2022 04:06
Show Gist options
  • Save dpw1/a8390a1f42bc7d7c7966484d34476e1a to your computer and use it in GitHub Desktop.
Save dpw1/a8390a1f42bc7d7c7966484d34476e1a to your computer and use it in GitHub Desktop.
Debut header's logo size
.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