hugo-theme-next/assets/css/_variables/Muse.scss
2022-05-21 17:47:26 +08:00

10 lines
356 B
SCSS

// Variables of Muse scheme
// ==================================================
$sidebar-width : if(type-of(hexo-config('sidebar.width')) == number, hexo-config('sidebar.width'), 320);
$sidebar-desktop : $sidebar-width * 1px;
$content-padding-bottom : 60px;
$posts-first-padding : 70px;
$posts-first-padding-mobile : 35px;