diff options
Diffstat (limited to 'pages/styles.css')
-rw-r--r-- | pages/styles.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/pages/styles.css b/pages/styles.css index a1fa9337..20453a11 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; +} + |