Template:Main Page/styles.css: Difference between revisions

Template page
(Created page with ".home-header { text-align: center; } .home-header__title { margin-top: 0; font-size: 1.5rem; } .home-header .home-header__subtitle { margin-top: 0.4rem; color: var(--color-base--subtle); font-size: 0.875rem; }")
 
No edit summary
Line 3: Line 3:
}
}


.home-header__title {
.home-header__title {
   margin-top: 0;
   margin-top: 0;
   font-size: 1.5rem;
   font-size: 1.5rem;

Revision as of 22:53, 18 October 2022

.home-header {
  text-align: center;
}

.home-header__title {
  margin-top: 0;
  font-size: 1.5rem;
}

.home-header .home-header__subtitle {
  margin-top: 0.4rem;
  color: var(--color-base--subtle);
  font-size: 0.875rem;
}