resize genres in search page
This commit is contained in:
parent
b9e3939482
commit
0316d70b94
2 changed files with 20 additions and 1 deletions
|
@ -114,6 +114,25 @@
|
|||
margin: 2em;
|
||||
}
|
||||
}
|
||||
// Search Page
|
||||
&.search-page {
|
||||
.cd-mediaitem-square.mediaitem-brick {
|
||||
width: 530px !important;
|
||||
.artwork-container .artwork{
|
||||
height:168px !important;
|
||||
width:507px !important;
|
||||
z-index: 1;
|
||||
}
|
||||
.title{
|
||||
font-weight: bold;
|
||||
justify-content: left;
|
||||
font-size: 18px;
|
||||
margin-top: -40px;
|
||||
z-index: 5;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Podcast Page
|
||||
.content-inner.podcasts-page {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue