summaryrefslogtreecommitdiff
path: root/frontend/public/main.css
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2023-08-02 18:37:53 +0100
committerJoe Carstairs <jcarstairs@scottlogic.com>2023-08-02 18:57:52 +0100
commit498acb77f2f7c44c1c98beed9147fb8e2eb966f7 (patch)
tree1c9af795df366422df0ccce9df068d4bfb6fe253 /frontend/public/main.css
parent944cf75b3aee146b16ac2a0e623037c131adc355 (diff)
Applies Prettier
Diffstat (limited to 'frontend/public/main.css')
-rw-r--r--frontend/public/main.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/frontend/public/main.css b/frontend/public/main.css
index 11e81b2..dd8de49 100644
--- a/frontend/public/main.css
+++ b/frontend/public/main.css
@@ -70,7 +70,11 @@
background-color: var(--color-primary-100);
}
-.title, h1, h2, h3, h4 {
+.title,
+h1,
+h2,
+h3,
+h4 {
font-family: Alegreya, 'Goudy Old Style', Garamond, serif;
}
@@ -85,7 +89,10 @@
padding-block-start: 0;
}
-h1, h2, h3, h4 {
+h1,
+h2,
+h3,
+h4 {
padding-block-start: var(--spacing-block-lg);
}
@@ -305,4 +312,4 @@ footer {
.back-to-top-link {
margin-inline-end: 0;
}
-} \ No newline at end of file
+}