From 0449ed51d93bb7ec0943f325ab6293286b78a288 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Sat, 28 Sep 2024 23:47:39 +0200 Subject: [PATCH] Website teaks --- website/resources/css/custom.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/resources/css/custom.css b/website/resources/css/custom.css index f44c286bf..6c57c0837 100644 --- a/website/resources/css/custom.css +++ b/website/resources/css/custom.css @@ -506,7 +506,7 @@ a:not([role=button]):focus { } .sbCnt { - min-height: 90px; + min-height: 120px; display: flex; justify-content: space-around; align-items: center; @@ -530,4 +530,6 @@ a:not([role=button]):focus { .sponsored a { color: #1DA32B; + text-decoration: underline; + text-underline-offset: 0.15em; }