This commit is contained in:
James 2019-10-08 12:44:50 +01:00
parent 775d14fdde
commit 240489d878

View File

@ -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;
}