🏗️ First time sync the css & js files from hexo theme NexT
This commit is contained in:
9
assets/css/_variables/Muse.scss
Normal file
9
assets/css/_variables/Muse.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
// 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;
|
||||
Reference in New Issue
Block a user