From 68853af43105d0d2e0502bbb3a6338833f0dc217 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 10 Jan 2022 17:52:31 +0100 Subject: [PATCH] Style Changes --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index e9e0c91..5a8437d 100644 --- a/css/style.css +++ b/css/style.css @@ -135,6 +135,7 @@ form.f-search button:hover { /* Clear floats */ form.f-search::after { + content: ""; clear: both; display: table; }