aboutsummaryrefslogtreecommitdiff
path: root/static/all.css
diff options
context:
space:
mode:
authorJulien Dessaux2021-10-29 11:36:16 +0200
committerJulien Dessaux2021-10-29 11:36:16 +0200
commitd265af08595fcc9b37ea18cd16d6c69df73e76bd (patch)
tree8679d645267189de8e2f945988acb9017c7e0b16 /static/all.css
parentUpdated css (diff)
downloadshort-d265af08595fcc9b37ea18cd16d6c69df73e76bd.tar.gz
short-d265af08595fcc9b37ea18cd16d6c69df73e76bd.tar.bz2
short-d265af08595fcc9b37ea18cd16d6c69df73e76bd.zip
Tweaked some vertical spacing
Diffstat (limited to '')
-rw-r--r--static/all.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/all.css b/static/all.css
index 725ec80..e5e49f3 100644
--- a/static/all.css
+++ b/static/all.css
@@ -56,6 +56,12 @@ main {
max-width: var(--width-content);
padding: 0;
}
+footer {
+ margin-top: 2.5rem;
+}
+header {
+ margin-top: 1rem;
+}
hr {
background-color: var(--color-bg-secondary);
@@ -135,6 +141,7 @@ nav {
nav ul {
list-style: none;
+ margin: 0;
padding: 0;
}