summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
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;
+}