Sha256: 52432fa47dd0e77df0557d61333d48959a131fe5d1b4d2dba51e74f3f4817c1b
Contents?: true
Size: 990 Bytes
Versions: 2
Compression:
Stored size: 990 Bytes
Contents
/* ========================================================================== Site-wide ========================================================================== */ .site-title { @include fluid-type($min-vw, $max-vw, 20px, 24px); margin: 0; padding: 1.8125rem 1rem; padding-right: calc( 10vw + (2 * #{$navicon-width}) ); /* make room for sidebar toggle */ font-family: $base-font-family; font-weight: bold; line-height: 1; @include breakpoint($medium) { padding-left: 2rem; } @include breakpoint($large) { padding-left: 5vw; } a { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-align: center; -webkit-box-align: center; align-items: center; min-height: $site-image-height; color: $text-color; text-decoration: none; } } .site-logo { width: $site-image-width; height: $site-image-height; margin-right: 0.5rem; border-radius: 50%; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-basically-basic-1.3.1 | _sass/basically-basic/_global.scss |
jekyll-theme-basically-basic-1.3.0 | _sass/basically-basic/_global.scss |