Center youtube videos

This commit is contained in:
Thomas Dehaeze 2020-11-17 22:13:18 +01:00
parent bce3cc6a92
commit 5f581dc483
2 changed files with 14 additions and 0 deletions

View File

@ -66,3 +66,10 @@ table {
color: black;
}
}
/* Center Youtube Videos */
iframe {
display: block;
margin: auto;
}

View File

@ -1318,3 +1318,10 @@ table {
color: black;
}
}
/* Center Youtube Videos */
iframe {
display: block;
margin: auto;
}