aboutsummaryrefslogtreecommitdiffstats
path: root/_sass
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2020-12-09 12:39:31 +0300
committerla-ninpre <leobrekalini@gmail.com>2020-12-09 12:42:53 +0300
commit2d91f98aae123493bf3739f874cf42a73dbb643b (patch)
treeb64fecdbae63850c8b7728f042b74307305f6174 /_sass
parent94aa9aef93789893416dcbc21851a16915e852b0 (diff)
downloadaaoth.xyz-2d91f98aae123493bf3739f874cf42a73dbb643b.tar.gz
aaoth.xyz-2d91f98aae123493bf3739f874cf42a73dbb643b.zip
move duplicated code to include file
because it was the same in tagsort and other pages.
Diffstat (limited to '_sass')
-rw-r--r--_sass/main.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/_sass/main.scss b/_sass/main.scss
index 4c9beb4..af609ae 100644
--- a/_sass/main.scss
+++ b/_sass/main.scss
@@ -181,6 +181,9 @@ footer {
body p {
padding-top: 1em;
}
+ footer p {
+ padding: 0;
+ }
nav {
margin-bottom: 5vh;
ul {
@@ -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;
}
}
}