Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Hide Sidebar on Tablet */
- @media only screen and (max-width:1024px) {
- .jeg_sidebar {
- display: none;
- }
- .jeg_main_content {
- width: 100%
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement