From f858a9f7b19fdea26ba221098f2a587ed9c0ff24 Mon Sep 17 00:00:00 2001 From: len0rd Date: Wed, 25 Jul 2018 16:29:40 -0400 Subject: [PATCH] fix footer. currently fixed to bottom, need to change --- assets/css/site.css | 9 +++++++++ views/partials/footer.ejs | 21 +++++++++++++-------- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/assets/css/site.css b/assets/css/site.css index db5995e..0997c8c 100644 --- a/assets/css/site.css +++ b/assets/css/site.css @@ -3,3 +3,12 @@ background-size: cover; height: 50vh; } + +.page-footer { + padding-right: 0px; + padding-left: 0px; +} + +.icon-footer { + padding: 5px; +} \ No newline at end of file diff --git a/views/partials/footer.ejs b/views/partials/footer.ejs index 100573f..753f508 100644 --- a/views/partials/footer.ejs +++ b/views/partials/footer.ejs @@ -1,21 +1,26 @@ -