From df5eeeb00cd0842d22519f7903641fb5e6001040 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 3 May 2026 20:29:24 +0000 Subject: [PATCH] =?UTF-8?q?blog:=20re-style=20iframe.article=20=E2=80=94?= =?UTF-8?q?=20position=20right=20next=20to=20first=20paragraph,=20double?= =?UTF-8?q?=20size?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index ba40c2c..b760ea6 100644 --- a/index.html +++ b/index.html @@ -95,16 +95,20 @@ } /* Move iframe to right side of first paragraphs */ - article iframe { - float: right; - width: 560px; - height: 315px; - margin: 0 0 24px 24px; + article iframe.article { + position: absolute; + right: 0; + top: 0; + width: 1120px; + height: 630px; + margin: 0; + z-index: 10; } /* Clear float after iframe */ article iframe + p { - clear: right; + position: relative; + z-index: 20; } body {