We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b57b613 commit a16ff25Copy full SHA for a16ff25
src/style.css
@@ -143,6 +143,7 @@ main {
143
display: none;
144
place-items: center;
145
padding: 2rem;
146
+ z-index: 2;
147
}
148
149
.modal-generator {
@@ -316,7 +317,7 @@ footer {
316
317
bottom: 1rem;
318
width: 100%;
319
color: #04001a;
- z-index: -10;
320
+ z-index: 1;
321
322
323
a {
@@ -365,3 +366,19 @@ a {
365
366
--output-width: 300px;
367
368
369
+
370
+@media screen and (max-width: 444px) {
371
+ .modal-generator {
372
+ width: 90vw;
373
+ }
374
+}
375
376
+@media screen and (min-width: 1040px) {
377
+ .modal-main-content {
378
+ justify-content: center;
379
380
381
+ .modal-main-content > .input {
382
+ margin-right: 50px;
383
384
0 commit comments