Sha256: 52f7e975d556d6d81e9110d87f1f241b3e5eb7e28ab76e2023e52174be395165
Contents?: true
Size: 732 Bytes
Versions: 55
Compression:
Stored size: 732 Bytes
Contents
html, body, header, .view { height: 100%; } @media (max-width: 740px) { html, body, header, .view { height: 1000px; } } @media (min-width: 800px) and (max-width: 850px) { html, body, header, .view { height: 650px; } } @media (min-width: 800px) and (max-width: 850px) { .navbar:not(.top-nav-collapse) { background: #1C2331!important; } } /* Navbar animation */ .navbar { background-color: rgba(0, 0, 0, 0.3); } .top-nav-collapse { background-color: #1C2331; } /* Adding color to the Navbar on mobile */ @media only screen and (max-width: 768px) { .navbar { background-color: #1C2331; } } /* Footer color for sake of consistency with Navbar */ .page-footer { background-color: #1C2331; }
Version data entries
55 entries across 55 versions & 1 rubygems