diff --git a/_config.yml b/_config.yml index 5bd1379..cb99960 100755 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ ############################### Theme Information ############################### info: name: Volantis # This is theme's name, not your blog's name. - version: '2.5.1' # This is theme's version. + version: '2.6.0' # This is theme's version. docs: https://volantis.js.org/ # This is theme's URL. cdn: css: diff --git a/source/css/_tag-plugins/checkbox.styl b/source/css/_tag-plugins/checkbox.styl index 3e41245..b156a3b 100644 --- a/source/css/_tag-plugins/checkbox.styl +++ b/source/css/_tag-plugins/checkbox.styl @@ -116,5 +116,5 @@ article .checkbox article .checkbox p display: inline-block - margin-top: 2px - margin-bottom: 0 + margin-top: 2px !important + margin-bottom: 0 !important