Skip to content

Commit 2201f11

Browse files
committed
Hide divider on mobile
1 parent 6e6aaaf commit 2201f11

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/css/components/_navigation.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,10 @@ nav ul li:active {
385385
}
386386

387387
@media screen and (max-width: 480px) {
388+
/* Hide divider on mobile */
389+
nav::before {
390+
content: '';
391+
}
388392
nav ul {
389393
padding: 0.25rem;
390394
left: 5px;

0 commit comments

Comments
 (0)