/**
 * Shame CSS
 *
 * Dedicated stylesheet to house quick fixes and hacks that can be refactored
 * at a later time. Please make sure to use !important if you are overriding
 * existing styling and make sure to document your changes.
 *
 * Remember to enque the file in the assets function in app/setup.php
 */

 /* Temporary fix for overflowing menu on tablet view (landscape) */

@media (max-width: 1220px) and (min-width: 1024px) {
  .header-component-a .header__bottom .header__branding,
  .scrolled .header-fixed-a .header__branding {
    max-width: 155px;
  }
  .header-component-a .header__bottom nav ul.header_nav_a .menu-item a {
    font-size: 14px;
  }
}
 /* End of Temporary fix for overflowing menu on tablet view (landscape) */