mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
made simple full-width image container
This commit is contained in:
parent
677dce9721
commit
c58bf1a379
4 changed files with 23 additions and 1 deletions
11
src/components/node/NodeImageTinySlider/styles.module.scss
Normal file
11
src/components/node/NodeImageTinySlider/styles.module.scss
Normal file
|
@ -0,0 +1,11 @@
|
|||
.wrap {
|
||||
//padding-bottom: $radius;
|
||||
background-color: $red;
|
||||
|
||||
width: 100vw;
|
||||
position: relative;
|
||||
left: 50%;
|
||||
right: 50%;
|
||||
margin-left: -50vw;
|
||||
margin-right: -50vw;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue