summaryrefslogtreecommitdiff
path: root/src/style.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.php')
-rw-r--r--src/style.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/style.php b/src/style.php
index b55bb90..52fd66a 100644
--- a/src/style.php
+++ b/src/style.php
@@ -39,7 +39,7 @@ p {
font-family: 'Quicksand', sans-serif;
font-size: 16pt;
color: var(--text);
- padding: 8px 50px 8px 50px;
+ margin: 8px 75px 8px 75px;
}
h1 {
@@ -94,7 +94,6 @@ ul p {
font-family: 'Quicksand', sans-serif;
font-size: 16pt;
color: var(--text);
- padding: 8px 50px 8px 50px;
}
a {
@@ -134,3 +133,7 @@ hr {
.ascii {
color: var(--secondary);
}
+.center {
+ text-align: center;
+ margin: 14px 40px 14px 40px;
+}