Sha256: fd13a7d919e30a99fcc914fa4144e52ecac094981dc8bbafd33a6bdc520582f7

Contents?: true

Size: 833 Bytes

Versions: 4

Compression:

Stored size: 833 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: 3.2rem !default;
$tab-cursor-height: 1.6rem !default;

$cursor-width: 3px !default;    // the cursor width of the selected tab

/* other framework sizes */

$topbar-height: 3rem !default;

$footer-height: 5rem !default;
$footer-height-mobile: 6rem !default;   // screen width: <= 576px

$main-content-max-width: 1150px !default;

$panel-max-width: 300px !default;

$post-extend-min-height: 35rem !default;

/* syntax highlight */

$code-font-size: 0.85rem !default;

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll-theme-chirpy-4.2.1 _sass/addon/variables.scss
jekyll-theme-chirpy-4.2.0 _sass/addon/variables.scss
jekyll-theme-chirpy-4.1.1 _sass/addon/variables.scss
jekyll-theme-chirpy-4.1.0 _sass/addon/variables.scss