p
This commit is contained in:
+18
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user