Newer
Older
ar-multi / assets / teja.css
@Aris Green Aris Green on 29 Apr 2024 1 KB updatd
.scroll-container {
  overflow-x: auto;
  overflow-y: scroll;
}

.top-row {
  display: flex;
  flex-direction: row;
  max-width: 100vw;
  margin-top: 2em;
}
@media (width > 578px) {
  .top-row {
    flex-wrap: nowrap;
  }
  .top-row img {
    width: 800px;
  }
  .top-row .hide-lg {
    display: none;
  }
}
@media (width <= 578px) {
  .top-row {
    flex-wrap: wrap;
    gap: 2em;
  }
  .top-row img {
    width: 500px;
  }
  .top-row .hide-sm {
    display: none;
  }
}
.top-row .left-container {
  display: flex;
  flex-direction: column;
  min-width: 30em;
}
.top-row .left-container .lead {
  margin-right: 1em;
}
.top-row .left-container .lead.hide-lg {
  margin-left: 3em;
}
.top-row .left-container .side-nav {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  margin-left: 3em;
}
.top-row .left-container .side-nav-home {
  padding: 1em;
}
.top-row .right-container {
  flex: 1 1 auto;
}

.teja-row-2 {
  padding: 2em;
  display: flex;
  flex-direction: row;
  gap: 2em;
}
@media (width > 578px) {
  .teja-row-2 {
    flex-wrap: nowrap;
  }
  .teja-row-2 img {
    width: 650px;
  }
}
@media (width <= 578px) {
  .teja-row-2 {
    flex-wrap: wrap;
  }
  .teja-row-2 img {
    width: 500px;
  }
}

/*# sourceMappingURL=teja.css.map */