mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
12 lines
140 B
SCSS
12 lines
140 B
SCSS
.square {
|
|
position: relative;
|
|
padding-bottom: 100%;
|
|
}
|
|
|
|
.content {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
}
|