Sha256: c2c35ac2e3dea9078bbf85161b332f425d4c3e191bfef7686cb97a76cfc73a3a
Contents?: true
Size: 1.46 KB
Versions: 2
Compression:
Stored size: 1.46 KB
Contents
html, body { width: 100%; height: 100%; background: $color-bg-primary; color: $color-text; display: flex; @include media-tablet { flex-direction: column; } } h1 { text-transform: uppercase; font-size: 1.5em; } nav.list { display:flex; flex-direction: row-reverse; flex-wrap: wrap-reverse; justify-content: center; align-content: flex-start; align-items: flex-start; width: 100%; a { width: 100%; max-width: 60em; background-color: $color-bg-secondary; min-width: 12em; margin: 1em; padding: 1em; color: inherit; text-decoration: none; h1 { font-size: 1.5em; } &:hover { background-color: $color-primary; } } } .bubble { border: 1px solid black; background: black; border-radius: 0.5em; padding: 0.5em; } main section { margin-top: 1em; margin-bottom: 1em; label { text-align: right; display: inline-block; min-width: 6em; } .devicons { margin-right: 0.25em; position: relative; top: 0.25em; font-size: 2em; } } main { width: 100%; display:flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-content: flex-start; align-items: flex-start; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
voppe-jekyll-theme-0.4.1 | _sass/app.scss |
voppe-jekyll-theme-0.4.0 | _sass/app.scss |