mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Set a fixed width for cart sidebar on tablet up
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user