diff options
author | Your Name <you@example.com> | 2018-01-03 20:25:35 +0100 |
---|---|---|
committer | Your Name <you@example.com> | 2018-01-03 20:25:35 +0100 |
commit | 2dc2d2930abf77a863b0bcddec4da8240d65305c (patch) | |
tree | b45720edccc74884f330827b3d0d248147c083da /assets/css/txt.css | |
parent | 4bbf6608cd7f558439db14944450c37384d12967 (diff) | |
download | lesoiseaux.io-2dc2d2930abf77a863b0bcddec4da8240d65305c.tar.gz |
Fix video size on ps/gfx/
Diffstat (limited to 'assets/css/txt.css')
-rw-r--r-- | assets/css/txt.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/css/txt.css b/assets/css/txt.css index 8d6b86e..7e82eee 100644 --- a/assets/css/txt.css +++ b/assets/css/txt.css @@ -1149,6 +1149,8 @@ article .intro { article .intro:hover p { white-space: normal; overflow: auto; } +article video { + max-width: 100%; } article .video { margin: 0 -6rem 0 -4rem; } article .video video { |