adjusted artist page to look like eleven artist CSS
This commit is contained in:
parent
22194be526
commit
b05b826f4f
2 changed files with 33 additions and 21 deletions
|
@ -1356,6 +1356,14 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
|
|||
padding: 16px;
|
||||
}
|
||||
|
||||
.artist-page .well {
|
||||
background: rgba(200, 200, 200, 0.05);
|
||||
border-radius: 10px;
|
||||
padding: 16px;
|
||||
box-shadow: rgb(0 0 0 / 8%) 0px 0px 0px 1px;
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.artist-page .showmoreless {
|
||||
font-family: inherit;
|
||||
font-size: 16px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue