@media (min-width: 992px) and (max-width: 1140px)
{
.mr-1024-none
{
margin-right: 0px !important;
}
.mt-1024
{
margin-top: 1rem !important;
}
.d-1024-none
{
display: none !important;
}
}
Utilizing the code snippet above, I attempted to address an issue on Internet Explorer and Edge. While the media query functions correctly on IE, it appears to have some limitations on Edge. After conducting thorough research, I discovered that Edge does not fully support this particular media query. I would greatly appreciate any assistance in resolving this matter!