Sha256: 5697ae96e84779f514fc8213407ddae3b092be106ed10bec305c82f1c51892a7
Contents?: true
Size: 825 Bytes
Versions: 2
Compression:
Stored size: 825 Bytes
Contents
/* * The SCSS variables */ /* sidebar */ $sidebar-width: 260px !default; /* the basic width */ $sidebar-width-small: 210px !default; /* screen width: >= 850px, <= 1199px (iPad landscape) */ $sidebar-width-large: 350px !default; /* screen width: >= 1650px */ /* tabs of sidebar */ $tab-count: 5 !default; /* backward compatible (version <= 4.0.2) */ $tab-height: 3rem !default; $tab-cursor-height: 1.6rem !default; $cursor-width: 2px !default; /* the cursor width of the selected tab */ /* other framework sizes */ $topbar-height: 3rem !default; $search-max-width: 210px !default; $footer-height: 5rem !default; $footer-height-mobile: 6rem !default; /* screen width: <= 576px */ $main-content-max-width: 1250px !default; $bottom-min-height: 35rem !default; /* syntax highlight */ $code-font-size: 0.85rem !default;
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-chirpy-5.6.1 | _sass/addon/variables.scss |
jekyll-theme-chirpy-5.6.0 | _sass/addon/variables.scss |