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) {