Skip to content

Commit

Permalink
minor bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurhalder committed Nov 12, 2023
1 parent 3702354 commit 6ec9fe2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions styles/containers/landing_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@
@media (max-width: $breakpoint-phone) {
}
.mobile-nav-item {
margin-bottom: 20px;
margin: 2rem;
@media (max-width: $breakpoint-desktop-wide) {
}
@media (max-width: $breakpoint-desktop) {
Expand All @@ -403,13 +403,13 @@
text-align: center;
font-family: var(--font-tektur);
font-size: var(--font-6);
color: var(--blue-2);
color: var(--black);
letter-spacing: 2px;
font-weight: 600;
padding: 15px;
border-radius: 10px;
background: var(--white-shadow);
box-shadow: 0px 8px 20px -5px var(--white-shadow-light-2);
background: var(--white-shadow-light);
box-shadow: 0px 8px 20px -5px var(--white-shadow-medium);
transition: background 0.3s ease, color 0.3s ease;
@media (max-width: $breakpoint-desktop-wide) {
}
Expand Down

0 comments on commit 6ec9fe2

Please sign in to comment.