summaryrefslogtreecommitdiffhomepage
path: root/src/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index 7253503..6d00b54 100644
--- a/src/style.css
+++ b/src/style.css
@@ -226,6 +226,12 @@ header h1 {
margin-bottom: 0;
}
+header h3 {
+ margin-top: 0;
+ display: flex;
+ justify-content: space-between;
+}
+
header p {
color: lightgrey;
}