This commit is contained in:
2026-05-06 09:02:12 -07:00
parent 7d6c64e964
commit 73c195cab2
13 changed files with 2165 additions and 52 deletions

View File

@ -24,18 +24,18 @@
<style>#listings {
<style>.listings {
columns: 3;
}
@media (max-width: 1200px) {
#listings {
.listings {
columns: 2;
}
}
@media (max-width: 650px) {
#listings {
.listings {
columns: 1;
}
}
@ -381,8 +381,7 @@ a[aria-current="page"] {
<div id="listings">
<div class="listings">
<div class="category">
<div class="category-title">
@ -1017,6 +1016,6 @@ a[aria-current="page"] {
</footer>
<!-- This page `/` was built on 2026-05-06T15:28:18.697Z -->
<!-- This page `/` was built on 2026-05-06T15:59:49.569Z -->
</body>
</html>