diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-11-11 11:28:08 -0500 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-11-11 11:28:08 -0500 |
commit | 47a552230db8828cafc8c97e4b7744063736e58f (patch) | |
tree | 1d053666dc78067923a570d1db0a9d92e3e69725 /css/website.css | |
parent | eb27c132d25786b62de3bc8003d63f6abf50d1fb (diff) | |
download | grav-sowtheme-47a552230db8828cafc8c97e4b7744063736e58f.tar.gz grav-sowtheme-47a552230db8828cafc8c97e4b7744063736e58f.tar.bz2 grav-sowtheme-47a552230db8828cafc8c97e4b7744063736e58f.zip |
old changes
Diffstat (limited to 'css/website.css')
-rw-r--r-- | css/website.css | 4 |
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; |