From 989b8fa626cbd2ad3a74bb98a5b20b40459209f0 Mon Sep 17 00:00:00 2001 From: Zsolt Ero Date: Wed, 12 Jun 2024 00:42:29 +0200 Subject: [PATCH] new style --- website/assets/style.css | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/website/assets/style.css b/website/assets/style.css index c7f145c..8451f39 100644 --- a/website/assets/style.css +++ b/website/assets/style.css @@ -48,7 +48,7 @@ button:-moz-focusring { /* --- start --- */ body { - padding: 0 40px 100px; + padding-bottom: 100px; line-height: 1.5; font-size: 17px; @@ -60,6 +60,21 @@ body { color: #000; } +.static, + h1, + h2, + h3, + h4, + h5, + h6, + .col-lbl, + p, + .button-container, + #support-plans-slider { + margin-left: 40px; + margin-right: 40px; + } + .static { max-width: 600px; margin: 0 auto; @@ -344,7 +359,7 @@ hr { @media (max-width: 550px) { body { - padding: 0 0 40px; + padding-bottom: 40px; } .static,