summaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
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 {