mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-17 18:22:33 +00:00
10 lines
353 B
Stylus
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;
|