Sha256: ee7d35fecdc4ae7137adba1a67fcd253d12e86daa844258cdcb2b6c4e1bb8db8
Contents?: true
Size: 617 Bytes
Versions: 9
Compression:
Stored size: 617 Bytes
Contents
@media screen and (max-width: 640px) { h1 { display: inline-block; margin-left: $base / 2; margin-right: $base; padding: 0; border: none; font-size: 100%; line-height: $base; text-align: left; } h2, h3 { font-size: 100%; } .app-nav { width: 100%; height: $base; padding: $base / 2; @include box-shadow(0 2px 2px rgba(0,0,0,0.1)); nav { display: none; } .nav-select { position: absolute; bottom: $base / 2; right: $base * 2; display: inline-block; } } .app-content { margin: 0; margin-top: $base; } }
Version data entries
9 entries across 9 versions & 1 rubygems