Skip to content

Commit

Permalink
https://github.com/cabinetsbay/site/issues/119
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Apr 20, 2024
1 parent 53f3c94 commit 4bc2ff3
Showing 1 changed file with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@
// "Refactor `app/design/frontend/Cabinetsbay/cabinetsbay_default/web/css/source/_extend.less`":
// https://github.com/cabinetsbay/site/issues/119
.breadcrumbs {
max-width: 1114px;
border-bottom: 1px solid #689aa5;
border-top: 1px solid #689aa5;
padding: 1em;
box-sizing: border-box;
margin: 9em auto 1.4em;
max-width: 1114px;
padding: 1em;
width: 100%;
box-sizing: border-box;
@media screen and (max-width: 680px) {
display: none;
}
@media screen and (max-width: 768px) {
border-top: none;
}
@media screen and (max-width: 768px) {border-top: none;}
@media screen and (max-width: 680px) {display: none;}
}

0 comments on commit 4bc2ff3

Please sign in to comment.