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: Difference between revisions

Template page
No edit summary
No edit summary
 
Line 3: Line 3:
/* ============================================ */
/* ============================================ */
.lw-hero {
.lw-hero {
   margin: 0 0 8px;
   margin: 0 0 10px;
}
}
.lw-hero__ident {
.lw-hero__ident {
Line 9: Line 9:
   align-items: center;
   align-items: center;
   gap: 14px;
   gap: 14px;
   margin: 0 0 6px;
   margin: 0 0 10px;
}
}
.lw-hero__logo {
.lw-hero__logo {
   width: 52px;
   width: 44px;
   height: 52px;
   height: 44px;
   flex-shrink: 0;
   flex-shrink: 0;
}
}
Line 24: Line 24:
.lw-hero__title {
.lw-hero__title {
   margin: 0;
   margin: 0;
   font-size: 1.6rem;
   font-size: 2rem;
   font-weight: 700;
   font-weight: 700;
   color: #1a2612;
   color: #1a2612;
   line-height: 1.2;
   line-height: 1.15;
   border: none;
   border: none;
   font-family: inherit;
   font-family: inherit;
Line 53: Line 53:
   }
   }
   .lw-hero__logo {
   .lw-hero__logo {
     width: 42px;
     width: 36px;
     height: 42px;
     height: 36px;
   }
   }
   .lw-hero__title {
   .lw-hero__title {
     font-size: 1.35rem;
     font-size: 1.6rem;
   }
   }
   .lw-hero__desc {
   .lw-hero__desc {

Latest revision as of 14:19, 1 April 2026

/* ============================================ */
/* MAIN PAGE HERO                               */
/* ============================================ */
.lw-hero {
  margin: 0 0 10px;
}
.lw-hero__ident {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 10px;
}
.lw-hero__logo {
  width: 44px;
  height: 44px;
  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: 2rem;
  font-weight: 700;
  color: #1a2612;
  line-height: 1.15;
  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: 36px;
    height: 36px;
  }
  .lw-hero__title {
    font-size: 1.6rem;
  }
  .lw-hero__desc {
    font-size: .9rem;
  }
}