Subscriptions: hide bell when screen is too narrow

This commit is contained in:
Alex Gleason
2021-06-27 11:38:06 -05:00
parent e74ee136ee
commit dd9b876f9c

View File

@ -168,6 +168,10 @@
background: $error-red;
color: #fff;
}
@media (max-width: 430px) {
display: none;
}
}
.button-active {