TemplateStyle:Section divider.css: Difference between revisions
From Halopedia, the Halo wiki
(Created page with ".tg-section-divider { margin-top: 1rem; margin-bottom: 0.5rem; display: flex; align-items: center; justify-content: space-between; } .tg-section-divider:not(:empty) { gap: 1rem; white-space: nowrap; } .tg-section-divider::before, .tg-section-divider::after { content: ""; height: 1px; width: 100%; background-color: rgba(0,0,0,0.08); }") |
mNo edit summary |
||
Line 17: | Line 17: | ||
height: 1px; | height: 1px; | ||
width: 100%; | width: 100%; | ||
background-color: | background-color: #ccc; | ||
} | } |
Revision as of 10:58, March 21, 2025
.tg-section-divider {
margin-top: 1rem;
margin-bottom: 0.5rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.tg-section-divider:not(:empty) {
gap: 1rem;
white-space: nowrap;
}
.tg-section-divider::before,
.tg-section-divider::after {
content: "";
height: 1px;
width: 100%;
background-color: #ccc;
}