reduce featured artists height

This commit is contained in:
geoffrey45 2021-12-11 10:03:23 +03:00
parent 3beab7b0a1
commit a7474d65e9

View File

@ -98,11 +98,15 @@ export default {
width: 5rem; width: 5rem;
height: 2rem; height: 2rem;
position: absolute; position: absolute;
top: 0.0rem; top: -.2rem;
right: 0.5rem; right: 0rem;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
&:hover {
z-index: 1;
}
.next, .next,
.prev { .prev {
width: 2em; width: 2em;
@ -194,7 +198,7 @@ export default {
width: 10em; width: 10em;
} }
&:hover { &:hover {
transform: translateY(-1em); transform: translateY(-.5em);
transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;
} }
} }