@media (min-height: 320px) {

  
  .ui.menu{
    height: 47px;
  }

  /* html, body {
    height: 100%;
  }
  body {
    display: flex;
    flex-direction: column;
  }
  .content {
    flex: 1 0 auto;
  }
  .ui.segment.footer {
    flex-shrink: 0;
  }
} */
}


@media (max-width: 1540px) {
  .ui.vertical.menu {
    width: auto!important;
}
}