From 38666ebafe5e799b5ad9a25f8faea83453a35217 Mon Sep 17 00:00:00 2001 From: sentriz Date: Tue, 23 Apr 2019 20:25:21 +0100 Subject: [PATCH] update header bottom border --- static/stylesheets/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/stylesheets/main.css b/static/stylesheets/main.css index 87a896a..4f3753a 100644 --- a/static/stylesheets/main.css +++ b/static/stylesheets/main.css @@ -52,7 +52,7 @@ a:hover { } #header { - border-bottom: 1px solid grey; + border-bottom: 2px solid #0000001a; padding-top: 3rem; }