Created
July 30, 2019 13:17
-
-
Save stefanpejcic/4ff95b985cac3517f990054475953dc8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 767px and below screen sizes */ | |
@media only screen and (max-width:767px){ | |
/* Mkdf sidebar */ | |
.mkdf-wrapper .mkdf-sidebar-standard .mkdf-sidebar{ | |
display: block; | |
margin-top:-180px!important; | |
border-color: transparent; | |
} | |
/* Mkdf grid row */ | |
.mkdf-wrapper .mkdf-container-inner .mkdf-grid-row{ | |
display: flex; | |
flex-direction: column-reverse; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment