updated sara.objectionable.solutions content

This commit is contained in:
hermitcollective.net 2026-02-24 21:50:11 +00:00
parent e53fa6a6e5
commit 9f0bc9d2c7
24 changed files with 267 additions and 54 deletions

View file

@ -108,6 +108,21 @@
background-position: 50% 50%;
}
.project-card[fencer-collision] {
background-image: url('../assets/fencer-collisions.png');
background-position: 50% 50%;
}
.project-card[practice-shooter] {
background-image: url('../assets/practice-shooter-cover.png');
background-position: 50% 50%;
}
.project-card[terrain-editor] {
background-image: url('../assets/terrain-editor.png');
background-position: 50% 50%;
}
.project-card > h2 {
text-decoration: underline;
}