summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-03-22 10:35:49 +0000
committerMatthew Lemon <y@yulqen.org>2024-03-22 10:35:49 +0000
commitc4a053584206906ac370e8fa4077712639c698af (patch)
treeb413d511d0afae246d1ff2137ea73113f5fa6349 /style.css
parent8264d54b10a0435241e531b8f6a7c5278eb80958 (diff)
Adds copywright and footer
Diffstat (limited to 'style.css')
-rw-r--r--style.css13
1 files changed, 12 insertions, 1 deletions
diff --git a/style.css b/style.css
index bcd0fb7..20bc1aa 100644
--- a/style.css
+++ b/style.css
@@ -28,7 +28,6 @@ h2 {
font-size: 1.8rem;
}
-
.container {
max-width: 87%;
margin: 0 auto;
@@ -193,3 +192,15 @@ header {
font-weight: bold;
color: #657c76;
}
+
+.footer {
+ margin-left: auto;
+ margin-right: auto;
+ margin-bottom: 10px;
+ color: darkgray;
+ font-size: 0.8rem;
+ text-align: center;
+}
+.footer > p {
+ padding: 5px;
+}