From d4a89f04faae77aab75359469828ed1e26dd1b99 Mon Sep 17 00:00:00 2001 From: Miodec Date: Mon, 8 Aug 2022 16:34:39 +0200 Subject: [PATCH] fixed small footer ad appearing on the typing page closes #3389 --- frontend/src/styles/ads.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles/ads.scss b/frontend/src/styles/ads.scss index a6bfdded9..9d605f35a 100644 --- a/frontend/src/styles/ads.scss +++ b/frontend/src/styles/ads.scss @@ -64,7 +64,7 @@ } &.testPage { - display: none; + display: none !important; } }