From 983ef69b3b420f14e9bba8ee32bb15d22e6770f5 Mon Sep 17 00:00:00 2001 From: GilbN Date: Wed, 6 Jul 2022 00:26:40 +0200 Subject: [PATCH] mobile padding --- resources/landing-page/css/custom.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/landing-page/css/custom.css b/resources/landing-page/css/custom.css index fe37b12c..77ebdece 100644 --- a/resources/landing-page/css/custom.css +++ b/resources/landing-page/css/custom.css @@ -444,4 +444,7 @@ body { .app-container { min-width: 120px; } + #services, #themes { + padding: 0rem 0 3rem 0; + } } \ No newline at end of file