Sha256: 72a5c67fa5d381a8b3017b1c16acbb3b4b6665c67ccac76a785d29401654e009
Contents?: true
Size: 860 Bytes
Versions: 6
Compression:
Stored size: 860 Bytes
Contents
nav.navbar { width: 100%; height: 56px; margin-bottom: 48px; & ul { height: 100%; width: 100%; display: flex; justify-content: space-evenly; align-items: center; & li { font-family: $font_headers; font-weight: 600; & a { text-decoration: none; color: $color_1; &:hover { color: $color_1; } } } } & hr { width: 80%; } @media screen and (max-width: $screen_small) { display: none; } } .mobile-navbar { display: none; position: fixed; right: 0; top: 65px; border: 1px solid #ddd; border-radius: 5px; padding: 12px; width: 25%; min-width: 150px; background-color: white; & ul li { font-family: $font_headers; } } .mobile-burger { padding: 12px; margin: 12px; position: fixed; right: 0; cursor: pointer; border: 1px solid #ddd; border-radius: 5px; background-color: white; }
Version data entries
6 entries across 6 versions & 1 rubygems