flesh out placeholders with new artist layout

This commit is contained in:
2025-11-19 11:22:21 -08:00
parent fdfd388173
commit a247750eb6
5 changed files with 101 additions and 8 deletions

View File

@ -60,6 +60,12 @@ main {
border-radius: 1rem;
}
@media (max-width: 650px) {
#wip {
padding: .5rem;
}
}
img {
display: block;
}