From a403ffee4223850d21cf96d401fe9cfd1a88e62e Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Mon, 13 Dec 2021 17:34:48 +0800 Subject: [PATCH] Reduce style class for page layout --- _layouts/page.html | 2 +- _sass/addon/commons.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/page.html b/_layouts/page.html index 314efa2..b94823b 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -4,7 +4,7 @@ layout: default {% include lang.html %} -
+
diff --git a/_sass/addon/commons.scss b/_sass/addon/commons.scss index 9683c67..32a3310 100644 --- a/_sass/addon/commons.scss +++ b/_sass/addon/commons.scss @@ -1075,7 +1075,7 @@ $sidebar-display: "sidebar-display"; } } - .row.alone { + div.row:first-of-type:last-of-type { // alone margin-bottom: 4rem; } }