From 810eb6a9af8be5953c958d819ad632e0bc6428c3 Mon Sep 17 00:00:00 2001 From: Marcel Haazen Date: Thu, 28 Jun 2018 21:41:57 +0200 Subject: [PATCH] Modified the footer --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index cde6235..4d044c9 100644 --- a/css/style.css +++ b/css/style.css @@ -211,7 +211,7 @@ certificates img:hover { footer { display: block; - margin-top: 85px; + margin-top: 80px; border-top: 1px solid #e7e7e7; background-color: #f6f5f6; }