From df813c3f4f1aaaacc682a1d34e5c78bb0183f0e3 Mon Sep 17 00:00:00 2001 From: cybrejon Date: Tue, 5 Dec 2023 20:08:15 +0800 Subject: [PATCH] added class to control how new logo looks and behaves --- public/static/themes/simple.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/static/themes/simple.css b/public/static/themes/simple.css index 7c01ca5..5eb8949 100644 --- a/public/static/themes/simple.css +++ b/public/static/themes/simple.css @@ -33,6 +33,10 @@ body { display: flex; } +.websurfx-logo { + width: clamp(12rem, 40rem, 48rem); +} + /* styles for the search box and search button */ .search_bar {