media_breakpoints: Use ms-min var for 320px.

This commit is contained in:
Aman Agrawal 2020-11-01 10:12:57 +05:30 committed by Tim Abbott
parent 6fc71194c8
commit d9b60e63cf
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@
}
}
@media only screen and (min-width: 320px) and (max-width: $md-max) {
@media only screen and (min-width: $ms-min) and (max-width: $md-max) {
#lightbox_overlay {
.image-actions {
float: left;