1
0
mirror of https://github.com/vercel/commerce.git synced 2025-05-08 18:57:51 +00:00
2020-10-26 21:01:00 -03:00

15 lines
192 B
CSS

.root {
@apply transform transition-transform duration-500;
height: 100%;
margin: auto;
&:hover {
transform: scale(1.05);
}
& div {
height: 100%;
margin: auto;
}
}