Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @media only screen and (min-width: 768px){
- /*top menu is hiding*/
- .top_menu {
- display:none;
- }
- }
- @media only screen and (max-width: 767px){
- /*top menu is showing*/
- .top_menu {
- display:block;
- }
- /*main menu hides*/
- .row .menu {
- display:none;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment