Re-organized providers and added a few

This commit is contained in:
Connor Johnstone
2026-03-20 14:52:16 -04:00
parent fed86c9e85
commit eaaff5f98f
12 changed files with 353 additions and 185 deletions

View File

@@ -148,6 +148,14 @@ a:hover { color: var(--accent-hover); }
color: var(--text-secondary);
}
.artist-links a:hover { color: var(--accent); }
.artist-banner {
width: 100%;
height: 200px;
background-size: cover;
background-position: center;
border-radius: var(--radius);
margin-bottom: 1rem;
}
.artist-photo {
width: 120px;
height: 120px;