From 6b5eade2d186874ab57587d439efb7fab43fac0c Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 8 May 2017 00:02:14 +0200 Subject: Fixed footer on mobile view --- _sass/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/style.scss b/_sass/style.scss index 4f74739..b3bd69e 100644 --- a/_sass/style.scss +++ b/_sass/style.scss @@ -219,7 +219,7 @@ footer { padding-right:320px; } - section { + section, footer { border:1px solid #e5e5e5; border-width:1px 0; padding:20px 0; -- cgit