1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-05-03 08:36:41 +07:00
vault-frontend/src/components/containers/Square/styles.module.scss
2021-10-29 16:52:35 +07:00

12 lines
140 B
SCSS

.square {
position: relative;
padding-bottom: 100%;
}
.content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}