From 2d91f98aae123493bf3739f874cf42a73dbb643b Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Wed, 9 Dec 2020 12:39:31 +0300 Subject: move duplicated code to include file because it was the same in tagsort and other pages. --- _sass/main.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '_sass') diff --git a/_sass/main.scss b/_sass/main.scss index 4c9beb4..af609ae 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -180,6 +180,9 @@ footer { @media only screen and (max-width: 760px) { body p { padding-top: 1em; + } + footer p { + padding: 0; } nav { margin-bottom: 5vh; @@ -212,11 +215,12 @@ footer { padding-top: 0; } ul { + padding-top: 1em; display: flex; flex-wrap: wrap; - justify-content: flex-start; li { margin: auto; + padding: 0 0.5em; } } } -- cgit v1.2.3