nudge margins for artists

This commit is contained in:
2025-11-26 13:21:38 -08:00
parent b7d05bdbce
commit 7859dc630b
2 changed files with 3 additions and 7 deletions

View File

@ -1,6 +1,6 @@
.artist {
width: 100%;
margin: 1rem 0;
margin: 2rem 0;
display: grid;
}
@ -21,10 +21,6 @@
}
@media (max-width: 1050px) {
.artist {
margin: 1rem 0 3rem;
}
.artist:nth-child(n) {
grid-template:
'imgs'