Toggle menu
648
119
74
6.9K
Landrace.Wiki - The Landrace Cannabis Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Main Page - styles/styles.css

Template page
Revision as of 13:54, 1 April 2026 by Eloise Zomia (talk | contribs)
/* ============================================ */
/* MAIN PAGE HERO                               */
/* ============================================ */
.lw-hero {
  margin: 0 0 8px;
}
.lw-hero__ident {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 6px;
}
.lw-hero__logo {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
}
.lw-hero__logo img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
}
.lw-hero__title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a2612;
  line-height: 1.2;
  border: none;
  font-family: inherit;
  letter-spacing: 0;
}
.lw-hero__title::after {
  display: none;
}
.lw-hero__desc {
  margin: 0;
  font-size: .95rem;
  color: #34402d;
  line-height: 1.6;
}
.lw-hero__desc a {
  color: #2d6a4f;
  text-decoration: underline;
}
.lw-hero__desc a:hover {
  color: #40916c;
}
@media (max-width: 600px) {
  .lw-hero__ident {
    gap: 10px;
  }
  .lw-hero__logo {
    width: 42px;
    height: 42px;
  }
  .lw-hero__title {
    font-size: 1.35rem;
  }
  .lw-hero__desc {
    font-size: .9rem;
  }
}