Line 23: | Line 23: | ||
− | /* IF THE SCREEN IS LESS THAN | + | /* IF THE SCREEN IS LESS THAN 680PX */ |
− | @media only screen and (max-width: | + | @media only screen and (max-width: 680px) { |
− | . | + | .collapsable_menu_control { display:block;} |
− | + | .menu_item {display:none;} | |
− | + | .menu_wrapper { width:100%; height: 15%; position:relative;} | |
+ | .content_wrapper {width:100%; margin-left:0px;} | ||
+ | .column.half_size {width:100%; } | ||
+ | .column img { width: 100%; padding: 5px 0px;} | ||
+ | .icon {display:block;} | ||
+ | .highlight {padding:15px 5px;} | ||
} | } | ||
Revision as of 13:26, 2 August 2016