// 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;