Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save stefanpejcic/4ff95b985cac3517f990054475953dc8 to your computer and use it in GitHub Desktop.
Save stefanpejcic/4ff95b985cac3517f990054475953dc8 to your computer and use it in GitHub Desktop.
/* 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