From 36bc0d657c2012c99fe4088347121515703122da Mon Sep 17 00:00:00 2001 From: rulingcom Date: Wed, 13 Oct 2021 07:16:07 +0000 Subject: [PATCH] fix error --- assets/stylesheets/template/layout/content.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index 992300e..b0f7172 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -378,7 +378,9 @@ display: flex; flex-wrap: wrap; flex-direction: row-reverse; - width: 25%; + li{ + width: 25%; + } } li{ padding: 0.5em;