Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save stefanpejcic/db820e07aeb9efb4f67a05592ec1ce0f to your computer and use it in GitHub Desktop.
Save stefanpejcic/db820e07aeb9efb4f67a05592ec1ce0f to your computer and use it in GitHub Desktop.
/* 767px and above screen sizes */
@media only screen and (min-width:767px){
/* Mkdf sidebar */
.mkdf-wrapper .mkdf-sidebar-standard .mkdf-sidebar{
display: none;
}
/* Column 10/12 */
.mkdf-wrapper .mkdf-page-content-holder{
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment