Sha256: 35c96518ab305feb9e48b1124caaaa5974e109de70f7dc29cc0203c8023e73c6
Contents?: true
Size: 612 Bytes
Versions: 7
Compression:
Stored size: 612 Bytes
Contents
.header { display: flex; justify-content: center; padding: 1.5rem 0; margin: 0; background: var(--primary); box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); } .header a { color: white; text-decoration: none; } .nav { display: flex; width: var(--main-width); justify-content: space-between; } .home { display: flex; align-items: center; text-decoration: none; } .home-logo { width: 64px; height: 64px; } .home-title { padding: 0 0 0 1rem; margin: 0; } .header-links { display: flex; align-items: center; padding: 0; margin: 0; font-weight: 700; list-style: none; }
Version data entries
7 entries across 7 versions & 1 rubygems