feat: Adds a tag grid at top of articles view.
All checks were successful
CI / release (push) Successful in 6m34s

This commit is contained in:
2025-04-15 10:17:04 -04:00
parent 88c6bd4891
commit def75c1e41
4 changed files with 51 additions and 12 deletions

View File

@@ -31,7 +31,7 @@
--phoneWidth: (max-width: 684px);
--tabletWidth: (max-width: 900px);
--orange: #f5a87f;
--green: #a6e3a1;
--green: #7bf2a7;
}
/* Reset */
@@ -61,8 +61,8 @@
content: "";
background: repeating-linear-gradient(
90deg,
#ffa86a,
#ffa86a 2px,
#7bf2a7,
#7bf2a7 2px,
transparent 0,
transparent 10px
);