View source for TemplateStyle:Navcards.css
From Halopedia, the Halo wiki
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
.template-navcards-content {
display: grid;
gap: 1rem 0.5rem;
}
.template-navcard {
position: relative;
display: flex;
flex-direction: column;
}
.template-navcard-image {
aspect-ratio: var(--tg-navcards-aspect-ratio);
border-radius: 8px;
background: #ccc;
overflow: hidden;
}
.template-navcard-image img {
width: 100%;
000
1:0
Return to TemplateStyle:Navcards.css.