Sha256: 03468e5df484577a61338df2070668051e7af894ec0878fd56cce4e99de8cd63
Contents?: true
Size: 653 Bytes
Versions: 27
Compression:
Stored size: 653 Bytes
Contents
// Here we only deal with navigation for landing // We dont include the naviagtion menu(s) on the landing page. See _includes/naviagtion/global.html @import '_variables' @import 'colors' .navbar position: absolute /* fix the brand on the landing page */ // Navbar site logo // make sure we don't style any other instance so nest with .nav-brand .nav-brand @include logo-color($white) padding-left: 2rem transform: translateY(5vh) height: 10vh .site__logo height: $brand-height position: absolute @media screen and ( min-width: 1024px ) .nav-brand padding-left: 3vw .site__logo height: $brand-height + 10%
Version data entries
27 entries across 27 versions & 1 rubygems