summaryrefslogtreecommitdiffstats
path: root/assets/sass/_ed.scss
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-04-25 22:53:51 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-04-25 22:53:51 +0200
commitc28efb3a81418b0fc57ebbe284398ac2994bce59 (patch)
tree6543d5bd445d04959dd9a677bbc33fdfbb7f7b93 /assets/sass/_ed.scss
parent7b2124ea5f535116ec526ad09babe834cf2fe0a1 (diff)
downloadgohugo-theme-ed-c28efb3a81418b0fc57ebbe284398ac2994bce59.tar.gz
Fix code style
Diffstat (limited to 'assets/sass/_ed.scss')
-rw-r--r--assets/sass/_ed.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/sass/_ed.scss b/assets/sass/_ed.scss
index f84da83..dba6904 100644
--- a/assets/sass/_ed.scss
+++ b/assets/sass/_ed.scss
@@ -25,7 +25,7 @@
* {
-webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
+ -moz-box-sizing: border-box; // editorconfig-checker-disable-line
box-sizing: border-box;
}
@@ -504,7 +504,7 @@
/*
- ED special layouts
+ ED special layouts
*/
p.centered {