css: Replace 575px with it's variable sm-max.

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

View File

@ -1180,7 +1180,7 @@ ul.grey-box {
}
}
@media (max-width: 575px) {
@media (max-width: $sm-max) {
#subscription_overlay .subscription_settings .button-group {
display: block;
float: unset;