padding tweaks

This commit is contained in:
2026-01-02 08:13:51 -08:00
parent 86d3d85c9c
commit 05d1150555
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@
@media (max-width: 1050px) {
.artist:nth-child(n) h3 {
padding: .5rem 0 0;
padding: 1rem 0 0;
}
.artist:nth-child(odd) .description {

View File

@ -120,7 +120,7 @@ a:focus-visible {
p,
main ul {
padding: .5rem;
padding: .8rem;
background-color: var(--color-bg-alt);
border-radius: 0 0 1rem 1rem;
}