From c28efb3a81418b0fc57ebbe284398ac2994bce59 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Mon, 25 Apr 2022 22:53:51 +0200 Subject: Fix code style --- assets/sass/_ed.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'assets') 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 { -- cgit v1.2.3