From ca33db77910e63ecb66b9d1ee9e0f542ce02b1c0 Mon Sep 17 00:00:00 2001 From: Rafael Conde Date: Mon, 21 Nov 2016 16:42:59 -0800 Subject: [PATCH 1/2] New Footer Links --- site/layouts/partials/footer.html | 11 ++++++++--- src/css/main.css | 13 +++++++++---- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/site/layouts/partials/footer.html b/site/layouts/partials/footer.html index ed5500d..dc90056 100644 --- a/site/layouts/partials/footer.html +++ b/site/layouts/partials/footer.html @@ -1,5 +1,10 @@ diff --git a/src/css/main.css b/src/css/main.css index 7b66bab..d401603 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -17,7 +17,6 @@ a:active { text-decoration: underline; } - .gangsta-wrap { max-width: 800px; margin: auto; @@ -274,17 +273,23 @@ a:active { border-top: 2px solid #F7F7F8; } -.footer a { - display: inline-block; +.footer p { width: 100%; font-size: 14px; + text-align: left; +} + +.footer a { color: #202020; opacity: 0.3; transition: all 0.3s ease; - text-align: left; } .footer a:hover { color: #3A71B0; opacity: 1; } + +.footer p { + display: inline-block; +} From 40b493c9b646666dc7b989129585d26207adbc31 Mon Sep 17 00:00:00 2001 From: David Calavera Date: Mon, 21 Nov 2016 17:22:46 -0800 Subject: [PATCH 2/2] Fix footer in all pages. Signed-off-by: David Calavera --- site/layouts/incidents/single.html | 3 ++- site/layouts/partials/footer.html | 2 +- site/layouts/section/incidents.html | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/site/layouts/incidents/single.html b/site/layouts/incidents/single.html index 51619ce..fc3d6cd 100644 --- a/site/layouts/incidents/single.html +++ b/site/layouts/incidents/single.html @@ -1,4 +1,5 @@ {{ partial "header" . }} {{ partial "incident" . }} - + +{{ partial "footer" . }} diff --git a/site/layouts/partials/footer.html b/site/layouts/partials/footer.html index dc90056..9e14e01 100644 --- a/site/layouts/partials/footer.html +++ b/site/layouts/partials/footer.html @@ -1,6 +1,6 @@ + +{{ partial "footer" . }}