From 33b6907163e6fdd068c80f68916afeba52b69747 Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Thu, 17 Aug 2017 15:22:11 +0200 Subject: [PATCH] improve positioning and look of special underline effects --- site/static/css/custom.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/site/static/css/custom.css b/site/static/css/custom.css index 005d944..0edf595 100644 --- a/site/static/css/custom.css +++ b/site/static/css/custom.css @@ -28,7 +28,7 @@ #legal p { padding: 0px; margin: 0px; - font-size: 0.8em; + font-size: 0.9em; } #legal a { color: #83bdd6; @@ -115,10 +115,11 @@ a:not(.btn):not(.hiddenlink) { position: relative; transform: perspective(1px) translateZ(0px); vertical-align: middle; + margin-top: -3px; } a:not(.btn):not(.hiddenlink)::before { background: #006d9e none repeat scroll 0 0; - bottom: 0; + bottom: 2px; content: ""; height: 1px; left: 50%;