Replace previous min-width breakpoint.

This was mistakenly changed to use a max-width breakpoint in a previous commit.
This commit is contained in:
Matt-Yorkley
2020-06-01 16:33:54 +02:00
parent 1d8386bee8
commit 656c23f407

View File

@@ -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;