informational_overlays: Use $md-max=767px for 769px breakpoint.

md == 768px so there si only 1px difference here which is not
noticeable.
This commit is contained in:
Aman Agrawal
2020-10-31 20:13:52 +05:30
committed by Tim Abbott
parent 67dd54445f
commit d074b8b1f0

View File

@@ -122,7 +122,7 @@
margin-bottom: 10px !important;
}
@media only screen and (max-width: 768px) {
@media only screen and (max-width: $md-max) {
.informational-overlays {
.overlay-content {
width: calc(100% - 20px);