/* Galaxy Fold */
@media screen and (max-width: 280px) {

  .nav_space {
    padding-top: 0px;
    margin: 0;
  }
}

@media screen and (max-width: 425px) {

  .nav_space {
    padding-top: 0px;
    margin: 0;
  }
}

/* Mobile */
@media screen and (max-width: 428px) {
  /* Space between the navbar and the continent @media for mobile */
  .nav_space {
    margin-top: 0px;
  }
}
