From 091375d8410f8edad64da18d35f9d60acd430add Mon Sep 17 00:00:00 2001 From: Marcel Haazen Date: Thu, 28 Jun 2018 21:40:52 +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 a694670..cde6235 100644 --- a/css/style.css +++ b/css/style.css @@ -211,7 +211,7 @@ certificates img:hover { footer { display: block; - margin-top: 100px; + margin-top: 85px; border-top: 1px solid #e7e7e7; background-color: #f6f5f6; }