feat: genre pages
This commit is contained in:
parent
f6ec72f469
commit
086a7bf6c9
29 changed files with 165 additions and 67 deletions
|
@ -477,7 +477,7 @@ article {
|
|||
}
|
||||
}
|
||||
|
||||
.post-tag {
|
||||
.tag-element {
|
||||
margin-bottom: var(--sizing-lg);
|
||||
display: inline-block;
|
||||
|
||||
|
@ -639,7 +639,7 @@ li {
|
|||
}
|
||||
}
|
||||
|
||||
.post-tag {
|
||||
.tag-element {
|
||||
margin-bottom: var(--sizing-sm);
|
||||
|
||||
&:not(:last-child) {
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
.artist-focus {
|
||||
border-bottom: 0;
|
||||
|
||||
& img {
|
||||
border: 1px solid var(--accent-color);
|
||||
}
|
||||
|
@ -51,6 +49,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
.artist-focus,
|
||||
.genre-focus {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
.artist-focus {
|
||||
& .artist-display {
|
||||
|
|
Reference in a new issue