From 19f05135fa1e1b83a1ac0dd71a2b4ef0856a4391 Mon Sep 17 00:00:00 2001 From: okhin Date: Tue, 7 Feb 2017 17:13:31 +0100 Subject: [PATCH] Creating a footer --- static/css/piphone.css | 4 ++-- templates/footer.html | 18 ++++++++++++++++++ templates/home.html | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/static/css/piphone.css b/static/css/piphone.css index f952e17..377c72a 100644 --- a/static/css/piphone.css +++ b/static/css/piphone.css @@ -1,8 +1,8 @@ .collection.contact .wrapper { overflow: auto; - overflow-x: none; - max-height: 60vmax; + overflow-x: hidden; cursor: pointer; + height: 70vh; } .piphone-btn { diff --git a/templates/footer.html b/templates/footer.html index 308b1d0..ef5666a 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,2 +1,20 @@ + diff --git a/templates/home.html b/templates/home.html index dfe3d32..68a16b7 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,4 +1,4 @@ -
+

-- GitLab