ptools-v2/src/LandingAnimation/style.module.scss

21 lines
248 B
SCSS
Raw Normal View History

2024-10-26 17:57:34 +09:00
.container {
position: absolute;
top: 0;
left: 0;
z-index: 100;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 6px;
width: 100dvw;
height: 100dvh;
img {
width: 100px;
}
}