diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/dthompson.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/css/dthompson.css b/css/dthompson.css index 3fbc63e..40e63e7 100644 --- a/css/dthompson.css +++ b/css/dthompson.css @@ -171,6 +171,13 @@ footer { border-radius: 4px; } +.post video { + display: block; + margin: 0 auto; + padding: 0px; + max-width: 100%; +} + .caption { text-align: center; margin: 0; |