From cd31bd44767838460dc36cc268d69e5f828d3780 Mon Sep 17 00:00:00 2001 From: Vegard Matthey Date: Mon, 8 Sep 2025 13:17:07 +0200 Subject: [PATCH] simplify mobile view --- www/css/services.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/www/css/services.css b/www/css/services.css index 810af6b..35996e2 100644 --- a/www/css/services.css +++ b/www/css/services.css @@ -24,6 +24,7 @@ main { } .categoryLabel { + padding-top: 5px; background-color: #002244; color: white; @@ -92,7 +93,16 @@ main { } } -@media (max-width: 400px) { +@media (max-width: 480px) { + .categoryContainer { + border-radius: unset; + border: unset; + box-shadow: unset; + margin-bottom: unset; + } + .serviceWrapper { + width: 100%; + } .serviceImage { width: 25%; height: auto;