From 429af6a846319b0cd114525229e2b254d7d4b540 Mon Sep 17 00:00:00 2001 From: junsan1 Date: Tue, 9 Jul 2024 21:26:47 +0300 Subject: [PATCH] design fix --- assets/css/style.css | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index fb8f9bb5e..7a193e091 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -487,6 +487,31 @@ footer a:hover .github-icon { background-color: #0056b3; } +.subscribe-container { + max-width: 640px; + margin: 0 auto; + padding: 20px; + text-align: center; +} + +.subscribe-container h1 { + margin-bottom: 20px; +} + +.subscribe-container p { + margin-bottom: 20px; +} + +.form-container { + display: flex; + justify-content: center; + margin-bottom: 20px; +} + +.form-container iframe { + max-width: 100%; +} + @keyframes pulse { 0% { transform: scale(1); @@ -662,6 +687,14 @@ footer a:hover .github-icon { .desktop-only { display: none; } + + .subscribe-container { + padding: 10px; + } + + .form-container iframe { + width: 100%; + } } @media (max-width: 576px) {