blog: re-style iframe.article — position right next to first paragraph, double size

This commit is contained in:
Oliver
2026-05-03 20:29:24 +00:00
parent b581601064
commit df5eeeb00c
+10 -6
View File
@@ -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 {