@import 'flive-vars';
.base {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1em;
  height: $header-height-desktop;
  &:first-child {
    margin-left: 0;
  }
  &:last-child {
    margin-right: 0;
  }
}
