Skip to content

Instantly share code, notes, and snippets.

@abubackerbsc
Created March 30, 2020 09:29
Show Gist options
  • Save abubackerbsc/e8285f21a08267565a8c1638ea0c70af to your computer and use it in GitHub Desktop.
Save abubackerbsc/e8285f21a08267565a8c1638ea0c70af to your computer and use it in GitHub Desktop.
Front - Custom Logo Size
.u-header__navbar-brand, .u-header__navbar-brand > img {
width: 220px;
}
@media (min-width: 1200px) {
.u-header__navbar-brand, .u-header__navbar-brand > img {
width: 300px;
}
}
@media (min-width: 768px) {
.navbar-expand-md .u-header__navbar-nav .u-header__nav-link {
padding-top: 3rem;
padding-bottom: 3rem;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment