1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-22 20:25:28 +08:00

Video as well

This commit is contained in:
Meow J
2016-07-04 15:03:28 +08:00
parent 851f9ec0c0
commit ccb583dddb

View File

@@ -52,6 +52,12 @@ div.admonition code {
margin-right: auto;
}
video {
display: block;
margin-left: auto;
margin-right: auto;
}
@media screen and (max-width: 800px) {
p, ol, ul {
text-align: left;