mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Replace previous min-width breakpoint.
This was mistakenly changed to use a max-width breakpoint in a previous commit.
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
.item-thumb-image {
|
||||
display: none;
|
||||
|
||||
@include breakpoint(phablet) {
|
||||
@media screen and (min-width: 640px) {
|
||||
display: inline-block;
|
||||
float: left;
|
||||
padding-right: 0.5em;
|
||||
|
||||
Reference in New Issue
Block a user