feat: display concerts

This commit is contained in:
Cory Dransfeldt 2024-08-02 16:54:09 -07:00
parent e591a00888
commit 70c8138064
No known key found for this signature in database
12 changed files with 68 additions and 7 deletions

View file

@ -52,6 +52,7 @@
--about: #ff6347;
--books: #32cd32;
--concerts: #e75480;
--error: #d92525;
--favorite: #ff69b4;
--json: #4169E1;

View file

@ -13,6 +13,15 @@
aspect-ratio: var(--aspect-ratio-square);
}
& p.concerts {
color: var(--concerts);
& svg {
stroke: var(--concerts);
margin-right: var(--sizing-xs);
}
}
& .artist-display {
display: flex;
flex-direction: column;
@ -73,6 +82,11 @@
}
}
.concert-list {
margin-top: 0;
padding-left: 0;
}
@media screen and (min-width: 768px) {
.artist-focus {
& img {