mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-07 11:45:35 +00:00
reduce featured artists height
This commit is contained in:
parent
3beab7b0a1
commit
a7474d65e9
@ -98,11 +98,15 @@ export default {
|
||||
width: 5rem;
|
||||
height: 2rem;
|
||||
position: absolute;
|
||||
top: 0.0rem;
|
||||
right: 0.5rem;
|
||||
top: -.2rem;
|
||||
right: 0rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
&:hover {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.next,
|
||||
.prev {
|
||||
width: 2em;
|
||||
@ -194,7 +198,7 @@ export default {
|
||||
width: 10em;
|
||||
}
|
||||
&:hover {
|
||||
transform: translateY(-1em);
|
||||
transform: translateY(-.5em);
|
||||
transition: all 0.5s ease-in-out;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user