/*
Theme Name: SmartMag Child
Theme URI: https://smartmag.theme-sphere.com/
Description: A child theme of SmartMag
Author: ThemeSphere
Author URI: https://theme-sphere.com
Template: smart-mag
Version: 1.21
*/

@media (max-width: 1200px) {
    .wp-block-table {
      display: block;
      width: 100%;
      overflow-x: auto !important;
      -webkit-hyphens: none;
              hyphens: none;
      -webkit-overflow-scrolling: touch;
    }
  }

  .navigation .menu ul li {
    float: none;
    min-width: 270px !important;
    max-width: 350px;
    border-top: 0;
    padding: 0 0;
    position: relative;
  }
