Sha256: d82c7c007588407dc9a389d7948ebc0fbbbc1376dfb40aa49916d1b655b4cf44
Contents?: true
Size: 1.02 KB
Versions: 3
Compression:
Stored size: 1.02 KB
Contents
html, body { width: 100%; height: 100%; background: $color-background-primary; color: $color-text-primary; display: flex; @include media-tablet { flex-direction: column; } } html { @include media-hidpi { font-size: 2em; } } h1 { text-transform: uppercase; font-size: 1.5em; } .bubble { border: 1px solid black; background: black; border-radius: 0.5em; padding: 0.5em; } main { width: 100%; display:flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-content: flex-start; align-items: flex-start; 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; } } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
voppe-jekyll-theme-0.6.2 | _sass/app.scss |
voppe-jekyll-theme-0.6.1 | _sass/app.scss |
voppe-jekyll-theme-0.6.0 | _sass/app.scss |