summaryrefslogtreecommitdiffstats
path: root/pages/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'pages/styles.css')
-rw-r--r--pages/styles.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/pages/styles.css b/pages/styles.css
index a1fa933..20453a1 100644
--- a/pages/styles.css
+++ b/pages/styles.css
@@ -47,7 +47,11 @@ header small {
h1 {
font-size: 14px;
- margin: var(--space) auto
+ margin: var(--space) auto;
+}
+
+i {
+ font-size: 12px;
}
h2 {
@@ -161,3 +165,7 @@ input[type="url"]:invalid {
background-color: var(--danger-light);
}
+.margin-bottom {
+ margin-bottom: 20px;
+}
+