diff --git a/index.html b/index.html index 0bb2012..d9e8d65 100644 --- a/index.html +++ b/index.html @@ -335,8 +335,8 @@ justify-content: center; align-items: center; padding: 0; - width: 70%; - height: 70%; + min-width: 70%; + min-height: 70%; background-color: white; } @@ -363,6 +363,10 @@ text-align: center; } + .help_dialog form { + margin-bottom: 1em; + } +