This commit is contained in:
Oliver
2026-05-03 19:04:33 +00:00
parent b82c04ce51
commit a86684f6d1
2 changed files with 19 additions and 11 deletions
+18
View File
@@ -89,6 +89,24 @@
--white: #3e2723;
}
article {
display: flex;
flex-direction: column;
}
/* Move iframe to right side of first paragraphs */
article iframe {
float: right;
width: 560px;
height: 315px;
margin: 0 0 24px 24px;
}
/* Clear float after iframe */
article iframe + p {
clear: right;
}
body {
background: var(--bg);
color: var(--light);