1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

made simple full-width image container

This commit is contained in:
Fedor Katurov 2020-10-26 17:48:50 +07:00
parent c58bf1a379
commit fefec524db
3 changed files with 54 additions and 4 deletions

View file

@ -1,11 +1,22 @@
.wrap {
//padding-bottom: $radius;
background-color: $red;
background: $red;
}
.sample {
width: 100%;
display: block;
height: 24px;
background: green;
}
.slider {
background: blue;
height: 20px;
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
box-sizing: border-box;
}