From 240489d8789202cc69b50950f30426b6618aea0a Mon Sep 17 00:00:00 2001 From: James Date: Tue, 8 Oct 2019 12:44:50 +0100 Subject: [PATCH] g --- dev.less | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/dev.less b/dev.less index 2a744ca..096dd5d 100644 --- a/dev.less +++ b/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; +}