Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix breadcrumbs. #166

Merged
merged 10 commits into from
Jan 19, 2023
Prev Previous commit
Next Next commit
Add comments and lint.
StevenDufresne committed Jan 19, 2023
commit e6d138440cd0bd7480bdb28aca6473fcad542a46
Original file line number Diff line number Diff line change
@@ -3,21 +3,21 @@

@media (max-width: 1100px) {
&.breadcrumb-count-5 span:nth-child(3),
&.breadcrumb-count-5 span:nth-child(4) {
&.breadcrumb-count-5 span:nth-child(4) { // Separator
display: none;
}
}

@media (max-width: 1000px) {
&.breadcrumb-count-5 span:nth-child(3),
&.breadcrumb-count-5 span:nth-child(4),
&.breadcrumb-count-5 span:nth-child(4), // Separator
&.breadcrumb-count-5 span:nth-child(5),
&.breadcrumb-count-5 span:nth-child(6) {
&.breadcrumb-count-5 span:nth-child(6) { // Separator
display: none;
}

&.breadcrumb-count-4 span:nth-child(3),
&.breadcrumb-count-4 span:nth-child(4) {
&.breadcrumb-count-4 span:nth-child(4) { // Separator
display: none;
}
}