Skip to content

Commit 82da502

Browse files
committed
Remove narbar list box shadow on larger screen
1 parent 0af8d28 commit 82da502

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

assets/css/styles.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ footer {
531531
transition: none;
532532
gap: 1rem;
533533
margin: 0;
534+
box-shadow: none;
534535
}
535536

536537
.more-about {
@@ -543,7 +544,7 @@ footer {
543544
flex-direction: row;
544545
flex-wrap: wrap;
545546
}
546-
547+
547548
.contact__form {
548549
max-width: 23.75rem;
549550
}
@@ -556,7 +557,6 @@ footer {
556557
}
557558

558559
.navbar__list {
559-
box-shadow: none;
560560
padding: 0;
561561
}
562562

@@ -585,7 +585,7 @@ footer {
585585
.skills__wrapper {
586586
gap: 1.2rem;
587587
}
588-
588+
589589
.skills__icon {
590590
width: 10rem;
591591
height: 10rem;
@@ -622,7 +622,7 @@ footer {
622622
.navbar {
623623
padding: 1.3rem 1.5rem;
624624
}
625-
625+
626626
.hero {
627627
width: 80%;
628628
}
@@ -642,7 +642,7 @@ footer {
642642
.blog {
643643
max-width: 60rem;
644644
}
645-
645+
646646
.socials__icon {
647647
width: 2.5rem;
648648
height: 2.5rem;

0 commit comments

Comments
 (0)