Untagged filter

This commit is contained in:
Djeex
2025-09-02 22:53:21 +02:00
parent 6b03ee30fa
commit 65fd62e342
3 changed files with 57 additions and 6 deletions

View File

@ -236,6 +236,19 @@ h2 {
cursor: pointer;
}
/* --- Filter Row --- */
.filter-row label {
display: inline-block;
margin-right: 16px;
font-weight: bold;
cursor: pointer;
}
.filter-row input[type="radio"] {
accent-color: #55c3ec;
margin-right: 6px;
}
/* --- Gallery & Hero Grid --- */
#gallery, #hero {
display: grid;