summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css29
1 files changed, 19 insertions, 10 deletions
diff --git a/style.css b/style.css
index f97579b..4f6e3fb 100644
--- a/style.css
+++ b/style.css
@@ -44,7 +44,8 @@ h1 {
font-size: 28pt;
font-weight: 600;
color: var(--header);
- padding: 50px 14px 15px 14px;
+ padding: 50px 50px 3px 50px;
+ margin: auto auto 0px auto;
}
p {
@@ -59,26 +60,34 @@ p {
a {
color: var(--secondary);
font-family: 'Quicksand', sans-serif;
- font-style: italic;
}
a:hover {
color: var(--highlight);
}
-ul h2 {
- text-align: left;
- text-indent: 25px;
+h3 {
+ text-align: center;
font-family: 'Quicksand', sans-serif;
- font-size: 16pt;
+ font-size: 14pt;
font-weight: 600;
- font-style: italic;
color: var(--text);
- padding: 15px 50px 15px 5px;
+ padding: 8px 50px 8px 50px;
+}
+
+h3.nav {
+ padding: 3px 50px 8px 50px;
+ margin: 0px auto auto auto;
+}
+
+ul h3 {
+ font-style: italic;
+ text-align: left;
+ text-indent: 25px;
+ padding: 8px 50px 8px 2px;
}
-h2 a {
- font-size: 100%;
+ul h3 a {
font-style: italic;
}