From 656725b4d17300a2a9cfdeff7263f8ef7fc754ab Mon Sep 17 00:00:00 2001 From: hugosandsjo Date: Wed, 13 Dec 2023 19:56:43 +0100 Subject: [PATCH] padding --- style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index a522b93..f4e4e6a 100644 --- a/style.css +++ b/style.css @@ -450,6 +450,7 @@ button a { .erbjudande-star { display: none; } + .aktuellt-h { font-size: 32px; } @@ -467,12 +468,17 @@ button a { } .kommande { - padding: 2rem 1rem; + padding: 2rem 2rem; + } + + .kommande-item { + width: 100%; } .kommande-header { margin-bottom: 2rem; } + .hero-content { flex-direction: column; }