summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/website.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/website.css b/css/website.css
index dd2d313..057e9c6 100644
--- a/css/website.css
+++ b/css/website.css
@@ -3,6 +3,10 @@ img {
max-width: 100%;
}
+video {
+ max-width: 100%;
+}
+
blockquote {
background-color: rgba(255,255,255,0.10);
border-left: 10px solid #eee;