Sha256: 8d198a084f801d0b889e5693a578aea6c4f207f33f1235c69b08dbc836cc8f69
Contents?: true
Size: 1.78 KB
Versions: 4
Compression:
Stored size: 1.78 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; } .body { flex: 1; padding: 1em; @include media-desktop { margin-left: 6em; } } nav.list { display:flex; flex-direction: row-reverse; flex-wrap: wrap-reverse; justify-content: center; align-content: flex-start; align-items: flex-start; a { flex-grow: 0; flex-shrink: 0; @include media-desktop { flex-basis: 50%; } color: inherit; text-decoration: none; h1 { font-size: 1.5em; } &:hover .card { background-color: $color-primary; } } } article { background-color: $color-bg-secondary; padding: 1em; flex-basis: 60em; a { color: $color-secondary; &:visited { color: $color-primary; } } @include media-mobile { margin-top: 2em; } @include media-tablet { margin-top: 2em; } @include media-desktop { margin-left: 1em; margin-right: 1em; } } 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
voppe-jekyll-theme-0.2.0 | _sass/app.scss |
voppe-jekyll-theme-0.1.2 | _sass/app.scss |
voppe-jekyll-theme-0.1.1 | _sass/app.scss |
voppe-jekyll-theme-0.1.0 | _sass/app.scss |