summaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2023-02-23 02:19:15 -0800
committerKai Stevenson <kai@kaistevenson.com>2023-02-23 02:19:15 -0800
commit19d604f0abb40afffe82e619b24e4c63665e47de (patch)
tree839e5f20d565e6b25ddd9a6c8541bb6cbd6fc043 /src/style.css
parentdfed378228447a9c798d8bfd0f4c058acda4c78c (diff)
wrote a bunch of stuff
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/style.css b/src/style.css
index 262bbf7..26cec6d 100644
--- a/src/style.css
+++ b/src/style.css
@@ -75,15 +75,18 @@ h2 {
}
h3 {
- text-align: center;
+ text-align: left;
+ text-indent: 55px;
font-family: 'Quicksand', sans-serif;
font-size: 16pt;
font-weight: 600;
color: var(--text);
- padding: 8px 50px 8px 50px;
+ padding: 8px 50px 2px 50px;
}
h3.nav {
+ text-align: center;
+ text-indent: 0px;
padding: 3px 50px 8px 50px;
margin: 0px auto auto auto;
}
@@ -110,6 +113,7 @@ ul p {
a {
color: var(--secondary);
font-family: 'Quicksand', sans-serif;
+ text-decoration: none;
}
a:hover {