Skip to content

Commit

Permalink
Fix navbar vertical separator on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleberetta98 committed Jan 17, 2024
1 parent c56797e commit 7674598
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
height: 20px;
margin: 15px 5px;
border-left: 1px solid #f2f2f2;
@media(max-width: 768px) {
& {
display: none;
}
}
}
}

Expand Down Expand Up @@ -93,4 +98,4 @@ img {

.paper {
border: 1px solid #555;
}
}

0 comments on commit 7674598

Please sign in to comment.