ptools-v2/src/LandingAnimation/style.module.scss
Minhyeok Park beba067305
All checks were successful
/ deploy_site (push) Successful in 1m56s
refactor: upload temp
2024-10-26 17:57:34 +09:00

21 lines
248 B
SCSS

.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;
}
}