This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
coryd.dev-eleventy/src/assets/styles/pages/webrings.css
2024-06-09 13:38:02 -07:00

11 lines
No EOL
174 B
CSS

.webring-wrapper {
margin: var(--sizing-base) 0;
h3 {
margin: var(--sizing-2xl) 0 var(--sizing-lg);
}
& > .webring-centered {
justify-content: center;
}
}