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/scss/txt.scss | |
parent | 4bbf6608cd7f558439db14944450c37384d12967 (diff) | |
download | lesoiseaux.io-2dc2d2930abf77a863b0bcddec4da8240d65305c.tar.gz |
Fix video size on ps/gfx/
Diffstat (limited to 'assets/scss/txt.scss')
-rw-r--r-- | assets/scss/txt.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/scss/txt.scss b/assets/scss/txt.scss index e864d93..46378d9 100644 --- a/assets/scss/txt.scss +++ b/assets/scss/txt.scss @@ -459,6 +459,10 @@ article { } } + video { + max-width: 100%; + } + .video { margin: 0 -6rem 0 -4rem; |