fix: styles

This commit is contained in:
Cory Dransfeldt 2024-06-09 13:38:02 -07:00
parent 7f04c9fc3a
commit 3962c8d1aa
3 changed files with 7 additions and 7 deletions

View file

@ -1,11 +1,11 @@
.webring__wrapper {
.webring-wrapper {
margin: var(--sizing-base) 0;
h3 {
margin: var(--sizing-2xl) 0 var(--sizing-lg);
}
& > .webring__centered {
& > .webring-centered {
justify-content: center;
}
}