feat: display concerts
This commit is contained in:
parent
e591a00888
commit
70c8138064
12 changed files with 68 additions and 7 deletions
|
@ -52,6 +52,7 @@
|
|||
|
||||
--about: #ff6347;
|
||||
--books: #32cd32;
|
||||
--concerts: #e75480;
|
||||
--error: #d92525;
|
||||
--favorite: #ff69b4;
|
||||
--json: #4169E1;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Reference in a new issue