mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-21 17:15:35 -07:00
Add YouTube embed include for a future blog post
This commit is contained in:
@@ -150,7 +150,7 @@ div#socialold {
|
||||
}
|
||||
|
||||
/* Blog */
|
||||
figure.image {
|
||||
.image {
|
||||
text-align: center;
|
||||
}
|
||||
img.heading {
|
||||
@@ -212,3 +212,14 @@ code {
|
||||
padding-left: 3pt;
|
||||
padding-right: 3pt;
|
||||
}
|
||||
iframe {
|
||||
display: block;
|
||||
border: none;
|
||||
}
|
||||
iframe.youtube {
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
width: 640px;
|
||||
height: 360px;
|
||||
padding-bottom: 8pt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user