Skip to content

Commit a5b412b

Browse files
author
jordanmccullough
committed
Add iframe/video content centering
1 parent f5bc4d9 commit a5b412b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_stylesheets/curriculum-beta.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ html, body{
6363
display: inline-block;
6464
text-align: left;
6565
}
66+
67+
iframe{
68+
display: block;
69+
margin: 0 auto;
70+
}
71+
6672
.diagram{
6773
width: 60%;
6874
/*margin: 0 auto;*/

0 commit comments

Comments
 (0)