Skip to content

Commit

Permalink
adjusted breadcrumbs media query
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloccangucu committed Nov 19, 2024
1 parent 49575d2 commit b47400f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ border: 1px solid var(--color-border);
}
}

@media (max-width: 465px) {
@media (max-width: 535px) {
.breadcrumbs-grid {
grid-auto-flow: unset;
grid-template-columns: 1fr;
Expand Down

0 comments on commit b47400f

Please sign in to comment.