2020-02-27 12:36:59 +03:00
|
|
|
/*
|
|
|
|
* Mainly scss variables
|
|
|
|
*
|
|
|
|
* v2.1
|
|
|
|
* https://github.com/cotes2020/jekyll-theme-chirpy
|
|
|
|
* © 2020 Cotes Chung
|
|
|
|
* MIT Licensed
|
|
|
|
*/
|
|
|
|
|
2020-08-19 16:18:14 +03:00
|
|
|
/* --- ↓ width and height ---- */
|
2020-02-27 16:05:50 +03:00
|
|
|
|
2020-05-03 22:52:23 +03:00
|
|
|
$tab-height: 3.3rem;
|
|
|
|
$tab-cursor-height: 1.6rem;
|
|
|
|
|
2020-02-27 12:36:59 +03:00
|
|
|
$sidebar-width-small: 210px;
|
|
|
|
$sidebar-width-medium: 260px;
|
|
|
|
$sidebar-width-large: 350px;
|
|
|
|
|
|
|
|
$topbar-height: 3rem;
|
|
|
|
|
|
|
|
$footer-height: 5rem;
|
|
|
|
|
|
|
|
$main-content-max-width: 1150px;
|
|
|
|
|
|
|
|
$panel-max-width: 300px;
|
|
|
|
|
2020-02-27 16:05:50 +03:00
|
|
|
$post-extend-min-height: 35rem;
|