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 3d04255 commit 77fb171Copy full SHA for 77fb171
src/style.css
@@ -376,6 +376,10 @@ a {
376
}
377
378
@media screen and (max-width: 444px) {
379
+ nav {
380
+ padding: 1rem 2rem;
381
+ }
382
+
383
.modal-generator {
384
width: 90vw;
385
@@ -393,6 +397,12 @@ a {
393
397
394
398
395
399
400
+@media screen and (max-width: 344px) {
401
+ nav{
402
+ padding: 1rem 1rem;
403
404
+}
405
396
406
@media screen and (min-width: 1040px) {
407
.modal-main-content {
408
justify-content: center;
0 commit comments