continue building out request infrastructure

This commit is contained in:
2026-05-06 08:59:44 -07:00
parent 2615556003
commit 7d6c64e964
24 changed files with 96 additions and 23 deletions

View File

@ -1,15 +1,15 @@
#listings {
.listings {
columns: 3;
}
@media (max-width: 1200px) {
#listings {
.listings {
columns: 2;
}
}
@media (max-width: 650px) {
#listings {
.listings {
columns: 1;
}
}