fix for off center artist header
This commit is contained in:
parent
934884d9ae
commit
5bdc1c1beb
1 changed files with 1 additions and 1 deletions
|
@ -3281,6 +3281,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
||||||
|
|
||||||
.header-content {
|
.header-content {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
margin-top: -16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -3341,7 +3342,6 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
margin: 32px;
|
margin: 32px;
|
||||||
margin-top: -5px;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.overlay-play {
|
.overlay-play {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue