Skip to content

Commit c263221

Browse files
committed
better navlinks gap
1 parent d3fada1 commit c263221

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

front/src/components/Home/Navbar/Navbar.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ nav.nav {
4242
.nav--links a {
4343
color: var(--fg-primary);
4444
font-weight: 500;
45-
margin-right: 4em;
4645
text-decoration: none;
4746
cursor: pointer;
4847

@@ -61,14 +60,16 @@ nav.nav {
6160

6261
@media screen and (max-width: 800px) {
6362
nav.nav {
64-
justify-content: space-around;
63+
justify-content: center;
6564
}
6665

6766
.nav--bigLogo {
6867
display: none;
6968
}
7069

71-
.nav--links a {
72-
margin-right: 1rem;
70+
.nav--links {
71+
gap: 1rem;
7372
}
73+
74+
7475
}

0 commit comments

Comments
 (0)