Sha256: 730663b06390b263f4dc98bc21d9c608ce0008a16202b2062b4db9435378d0a6
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
/** * Header */ .site-header { position: fixed; height: 50px; width: 100%; top: 0; left: 0; padding: 0 20px; border-bottom: 1px solid #eee; background: #fff; z-index: 1; line-height: 50px; font-size: 20px; box-sizing: border-box; text-align: center; a { text-decoration: none; } } .title { float: left; } @media only screen and ( max-width: 480px ) { .logo { display: none; } .site-header { position: absolute; } } .site-nav { float: right; display: inline-block; font-size: 16px; font-weight: 400; } .sidebar-nav-item { color: black; } .sidebar-nav-item { padding: 0 10px; } /** * Home */ .info h1 { font-weight: 400; } .avatar { height: 48px; border-radius: 48px; } .container { max-width: 800px; padding: 0 20px; margin: 0 auto; } .post-list { list-style: none; } /** * Post */ .post-title { font-size: 40px; font-weight: 400; } /** * Archive */ .archive { float: right; } /** * reward */ .reward { border-top: 1px solid rgba(0,0,0,0.13); border-bottom: 1px solid rgba(0,0,0,0.13); text-align: center; margin-top: 48px; color: #999; padding: 1em 0; font-size: 14px; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gravid-0.1.7 | _sass/gravid/_layout.scss |