Sha256: 4c507807624b6e8363dc2a44445966da55ddbbcc3b23a2a0f88b719f86e67569
Contents?: true
Size: 919 Bytes
Versions: 2
Compression:
Stored size: 919 Bytes
Contents
@charset "utf-8"; @use "../core" as c; // Pages: Base .content { text-align: center; flex: 1 auto; display: flex; justify-content: center; } .content img { max-width: 100%; } .vertical { flex-direction: column; align-items: center; } .flexWrapper { display: flex; flex-direction: column; justify-content: center; min-height: 100vh; flex: 1 auto; } .main { height: 100%; @media only screen and (min-width: c.$breakLarge) { width: c.$widthLarge; } @media screen and (max-width: c.$breakLarge) { width: c.$widthSmaller; } } body div.content { a:link, a:active { color: var(--link-color); } a:visited { color: var(--link-visited-color); } } article header h1 { font-size: 2rem; } .metaTag, .metaCategory { display: inline-flex; font-family: c.$header-font-family; font-size: 1.2em; padding: 0 c.$spacingUnit * 1.5 c.$spacingUnit * 0.5 0; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
termina-plex-0.6.1.rc2 | _sass/termina-plex/pages/base.scss |
termina-plex-0.6.1.rc1 | _sass/termina-plex/pages/base.scss |