From be1acbbbf80dc199d6d79d5262143bbb1857cd5d Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Sun, 9 Jun 2024 08:10:27 +0300 Subject: [PATCH] fix: remove padding on mobile --- src/index.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/index.html b/src/index.html index 3147b8e..0f370e4 100644 --- a/src/index.html +++ b/src/index.html @@ -41,11 +41,16 @@ right: 0; bottom: 0; background: white; - padding: 5rem; + padding: 1rem; font-size: 14pt; } - .info-popup > footer { + .info-popup-content { + max-width: 1000px; + margin: 0 auto; + } + + .info-popup-content > footer { display: flex; flex-direction: column; gap: 1rem; @@ -53,7 +58,7 @@ padding: 20px; } - .info-popup > footer > button { + .info-popup-content > footer > button { font-size: 14pt; padding: 10px; max-width: 300px; @@ -62,6 +67,7 @@
+

Важная информация перед использованием сайта

Пожалуйста, прочитайте внимательно

@@ -89,6 +95,7 @@ +