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:
parent
c58bf1a379
commit
fefec524db
3 changed files with 54 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue