From ff5de9be764524cc0ba3f1dd109d64f40da09407 Mon Sep 17 00:00:00 2001
From: Harald Eilertsen
Date: Wed, 28 Aug 2019 11:17:32 +0200
Subject: Add license info to footer.
---
public/app.css | 20 ++++++++++++++++++++
public/index.html | 19 +++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/public/app.css b/public/app.css
index 10709d7..1f9ae99 100644
--- a/public/app.css
+++ b/public/app.css
@@ -20,3 +20,23 @@ a {
a:hover {
color: #ffd382;
}
+
+footer {
+ display: flex;
+ font-size: small;
+ margin-top: 1rem;
+ padding-top: 0.5rem;
+ border-top: 1px dashed;
+}
+
+footer a {
+ text-decoration: none;
+}
+
+footer img {
+ vertical-align: top;
+}
+
+#copyright-text {
+ padding-left: 0.5rem;
+}
diff --git a/public/index.html b/public/index.html
index 770c0c0..3fe7200 100644
--- a/public/index.html
+++ b/public/index.html
@@ -13,5 +13,24 @@
Cinemateket sine sider for å være helt sikker.
+
+