aboutsummaryrefslogblamecommitdiff
path: root/themes/hugo-whisper-theme/assets/scss/components/_logo.scss
blob: 50ed25bbcbd96264a82778ee459ecfbe5e0f3905 (plain) (tree)































                                    
.logo {
  display: none;
  @include media-breakpoint-up(sm) {
    display: block;
    width: 70px;
  }
  img {
    width: 100%;
    height: auto;
  }
  a {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.logo-mobile {
  display: block;
  width: 54px;
  @include media-breakpoint-up(sm) {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  a {
    display: block;
    width: 100%;
    height: 100%;
  }
}