Skip to content

Commit

Permalink
1200 viewport in column mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-lledo-netcentric committed Feb 9, 2024
1 parent 89ca08f commit d75a091
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions blocks/v2-breadcrumb/v2-breadcrumb.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,20 @@
.v2-breadcrumb__crumb--active:hover {
text-decoration: none;
}


@media (min-width: 1200px) {
.v2-breadcrumb {
padding: 16px 0;
}

.v2-breadcrumb__crumb-list {
flex-direction: column;
gap: 10px;
}

.v2-breadcrumb__crumb-item + .v2-breadcrumb__crumb-item::before {
content: '';
margin: 0;
}
}

0 comments on commit d75a091

Please sign in to comment.