summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/style.css b/style.css
index 37d871f..9bb1973 100644
--- a/style.css
+++ b/style.css
@@ -110,3 +110,10 @@ a:active:hover {
font-size: 80%;
color: #999;
}
+
+video, audio {
+ display: block;
+ margin: 1em auto;
+ max-width: 720px;
+ width: 100%;
+}