Set a fixed width for cart sidebar on tablet up

This commit is contained in:
Matt-Yorkley
2020-05-23 12:05:49 +02:00
parent 4acb08e52b
commit 10b8470e29

View File

@@ -93,8 +93,11 @@
margin: -0.5em 0 0.75em 0;
}
@include breakpoint(mobile) {
.sidebar, .sidebar-footer {
.sidebar, .sidebar-footer {
width: 375px;
margin-right: -375px;
@include breakpoint(mobile) {
width: 100%;
margin-right: -100%;
}