diff --git a/infrastructure/web/public/stylesheets/custom.css b/infrastructure/web/public/stylesheets/custom.css index 69ab9b3..4575c65 100644 --- a/infrastructure/web/public/stylesheets/custom.css +++ b/infrastructure/web/public/stylesheets/custom.css @@ -63,7 +63,7 @@ iframe { background-color: white; min-width: 75%; max-width: 1500px; - height: 60vh; + min-height: 40vh; margin: 2rem auto; display: block; border: none; @@ -428,7 +428,6 @@ label { min-width: 75%; max-width: 1500px; margin: 0 auto; - padding: 20px 20px; } .mail-header { @@ -483,7 +482,7 @@ label { border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.1); width: 100%; - height: 60vh; + min-height: 40vh; backdrop-filter: blur(10px); }