about summary refs log tree commit diff
path: root/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'default.css')
-rw-r--r--default.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/default.css b/default.css
index 609ad61..cc45711 100644
--- a/default.css
+++ b/default.css
@@ -42,7 +42,7 @@ nav {
 	flex-wrap: wrap;
 	align-items: center;
 	justify-content: space-between;
-	margin-bottom: 1.5em;
+	margin-bottom: 1em;
 }
 
 nav ol {
@@ -62,6 +62,7 @@ nav form {
 }
 
 table {
+	margin: 1em 0;
 	border-collapse: collapse;
 }
 tr {
@@ -105,7 +106,7 @@ tr.notice td.nick span::before, tr.notice td.nick span::after {
 footer {
 	font-size: 0.83em;
 	color: var(--dim);
-	margin-top: 1.5rem;
+	margin-top: 1rem;
 	display: flex;
 	flex-wrap: wrap;
 	justify-content: space-between;