mirror of https://github.com/onweru/compose.git

weru
06.55.2020 eb53a4caf8aa9977d5db4969665c49a16efb2f39
assets/sass/_nav.sass
@@ -11,13 +11,12 @@
    picture, img
      max-width: 10rem
  &_header
    position: fixed
    position: absolute
    top: 0
    left: 0
    width: 100%
    background-color: var(--bg)
    z-index: 999999
    border-bottom: 1px solid var(--border-color)
  &_toggle
    position: absolute
    top: 0
@@ -43,3 +42,9 @@
  &-link
    display: inline-flex
    padding: 0.5rem 1rem
  &-item
    display: grid
    align-items: center
    .search
      @media screen and (min-width: 992px)
        margin-right: 1.5rem