style: modified component spacing value

This commit is contained in:
XPoet 2021-03-16 17:34:02 +08:00
parent 3204876de8
commit 05e99cce0b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ $main-content-width = 80%; // main content
$main-content-width-tablet = 86%; // main content width (tablet) $main-content-width-tablet = 86%; // main content width (tablet)
$main-content-width-mobile = 90%; // main content width (mobile) $main-content-width-mobile = 90%; // main content width (mobile)
$post-tool-button-width = 38px; // post tool button width $post-tool-button-width = 38px; // post tool button width
$component-spacing-value = 30px; // component-spacing-value (PC) $component-spacing-value = 38px; // component-spacing-value (PC)
// main content max width // main content max width
$temp-content-max-width = hexo-config('style.content_max_width'); $temp-content-max-width = hexo-config('style.content_max_width');