From 6326e2d14151cb57107ca4aa690abcfea0c4a36f Mon Sep 17 00:00:00 2001 From: WerWolv Date: Wed, 3 Jul 2024 22:35:43 +0200 Subject: [PATCH] web: Improve logo size on mobile --- dist/web/source/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/web/source/style.css b/dist/web/source/style.css index 088105662..117f8b7a6 100644 --- a/dist/web/source/style.css +++ b/dist/web/source/style.css @@ -177,6 +177,6 @@ a:hover { } #logo { - width: 25%; + height: 25%; margin-top: 50px; } \ No newline at end of file