Add sow-* page styles for /news /blog /gallery #21

Merged
archvillainette merged 2 commits from sow-pages-css into main 2026-07-14 15:57:10 +00:00
Showing only changes of commit 73e445d4bd - Show all commits
+18
View File
@@ -303,6 +303,24 @@ a.sow-card:hover {
aspect-ratio: 16 / 10;
}
.sow-empty {
color: var(--wg-text-muted);
font-style: italic;
padding: var(--wg-space-md) 0;
}
.sow-pagination {
display: flex;
align-items: center;
justify-content: center;
gap: var(--wg-space-md);
margin-top: var(--wg-space-lg);
.sow-pagination-status {
color: var(--wg-text-muted);
}
}
@media (max-width: 900px) {
.sow-news-layout,
.sow-feature,