From 21d04f38d4bc6dd22d31510ba2f44c7b9ea0fc39 Mon Sep 17 00:00:00 2001 From: brunosimon Date: Sat, 30 Dec 2017 18:39:57 +0100 Subject: [PATCH] :bug: Site > Header > Fix underline --- site/src/style/header.styl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/site/src/style/header.styl b/site/src/style/header.styl index 5688dd1..3ed2af7 100644 --- a/site/src/style/header.styl +++ b/site/src/style/header.styl @@ -36,10 +36,11 @@ section.header &::after content '' + position absolute display block - right 0 - bottom 0 - left 0 + right 10px + bottom 2px + left 10px height 1px background #ffffff transform scaleX(0)