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,8 +1,8 @@
<div class="webring__wrapper"> <div class="webring-wrapper">
<a href="https://cs.sjoy.lol"> <a href="https://cs.sjoy.lol">
<h3 class="text-centered">CSS JOY Webring</h3> <h3 class="text-centered">CSS JOY Webring</h3>
</a> </a>
<div class="webring__centered flex-centered"> <div class="webring-centered flex-centered">
<a href="https://webri.ng/webring/cssjoy/previous?via=https://coryd.dev/webrings"> <a href="https://webri.ng/webring/cssjoy/previous?via=https://coryd.dev/webrings">
{% tablericon "arrow-left" "Previous site" %} {% tablericon "arrow-left" "Previous site" %}
</a> </a>

View file

@ -1,5 +1,5 @@
<div class="webring__wrapper"> <div class="webring-wrapper">
<div class="webring__centered flex-centered"> <div class="webring-centered flex-centered">
<img <img
srcset=" srcset="
https://cdn.coryd.dev/assets/webrings/theclaw.png?aspect_ratio=.845:1&width=200 200w, https://cdn.coryd.dev/assets/webrings/theclaw.png?aspect_ratio=.845:1&width=200 200w,
@ -20,7 +20,7 @@
/> />
</div> </div>
<h3 class="text-centered">The Claw Webring</h3> <h3 class="text-centered">The Claw Webring</h3>
<div class="webring__centered flex-centered"> <div class="webring-centered flex-centered">
<strong> <strong>
<a class="no-underline" href="https://github.com/whitep4nth3r/the-claw-webring">Join!</a> <a class="no-underline" href="https://github.com/whitep4nth3r/the-claw-webring">Join!</a>
</strong> </strong>

View file

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