Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Rank/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 2: Line 2:
   height: 315px;
   height: 315px;
   width: 255px;
   width: 255px;
}
.rank-card__name {
  font-weight: 600;
  color: var(--color-base--emphasized);
}
}

Revision as of 20:08, 28 April 2023

.home-card.rank-card {
  height: 315px;
  width: 255px;
}
.rank-card__name {
  font-weight: 600;
  color: var(--color-base--emphasized);
}