g
This commit is contained in:
parent
775d14fdde
commit
240489d878
11
dev.less
11
dev.less
@ -48,9 +48,16 @@ body:before:hover{
|
||||
|
||||
iframe{
|
||||
border:1px solid red !important;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
}
|
||||
.columns{
|
||||
border:1px solid green !important;
|
||||
}
|
||||
iframe{
|
||||
width: 100vw !important;
|
||||
max-width: 100vw !important;
|
||||
position: relative !important;
|
||||
left: 50% !important;
|
||||
right: 50% !important;
|
||||
margin-left: -50vw !important;
|
||||
margin-right: -50vw !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user