Skip to content

Commit 77fb171

Browse files
thepushkarajDun-sin
authored andcommitted
fix: fixed header responsiveness issue
fixed header responsiveness issue by decreasing left and right padding on a nav element. fix #108
1 parent 3d04255 commit 77fb171

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,10 @@ a {
376376
}
377377

378378
@media screen and (max-width: 444px) {
379+
nav {
380+
padding: 1rem 2rem;
381+
}
382+
379383
.modal-generator {
380384
width: 90vw;
381385
}
@@ -393,6 +397,12 @@ a {
393397
}
394398
}
395399

400+
@media screen and (max-width: 344px) {
401+
nav{
402+
padding: 1rem 1rem;
403+
}
404+
}
405+
396406
@media screen and (min-width: 1040px) {
397407
.modal-main-content {
398408
justify-content: center;

0 commit comments

Comments
 (0)