From 1865ba86747f4c5d7ed5921dcbd9c29f4badbaef Mon Sep 17 00:00:00 2001 From: Tobias Schulmann Date: Thu, 12 Jul 2018 12:33:25 +1200 Subject: [PATCH] Add contact details to footer --- pinaxcon/templates/site_base.html | 37 ++++++++++++++++++++++++++----- static/src/scss/app.scss | 6 +++++ 2 files changed, 38 insertions(+), 5 deletions(-) diff --git a/pinaxcon/templates/site_base.html b/pinaxcon/templates/site_base.html index b25796d0..10d5c104 100644 --- a/pinaxcon/templates/site_base.html +++ b/pinaxcon/templates/site_base.html @@ -114,11 +114,38 @@ diff --git a/static/src/scss/app.scss b/static/src/scss/app.scss index 0aa8b512..714757db 100644 --- a/static/src/scss/app.scss +++ b/static/src/scss/app.scss @@ -285,4 +285,10 @@ label.list-label { nav.navbar { margin-bottom: 0; +} + +a.a-img { + &:hover { + text-decoration: none; + } } \ No newline at end of file