mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-19 16:44:46 +07:00
added boris lab image
This commit is contained in:
parent
4ff1c08990
commit
3f16ab203e
6 changed files with 1390 additions and 760 deletions
src/components/containers/Square
12
src/components/containers/Square/styles.module.scss
Normal file
12
src/components/containers/Square/styles.module.scss
Normal file
|
@ -0,0 +1,12 @@
|
|||
.square {
|
||||
position: relative;
|
||||
padding-bottom: 100%;
|
||||
}
|
||||
|
||||
.content {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue