2020-08-17 00:34:58 +08:00

10 lines
353 B
Stylus

// Variables of Muse scheme
// ==================================================
$sidebar-width = hexo-config('sidebar.width') is a 'unit' ? hexo-config('sidebar.width') : 320;
$sidebar-desktop = unit($sidebar-width, 'px');
$content-padding-bottom = 60px;
$posts-first-padding = 70px;
$posts-first-padding-mobile = 35px;