Created
July 30, 2019 13:15
-
-
Save stefanpejcic/db820e07aeb9efb4f67a05592ec1ce0f 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 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