diff options
Diffstat (limited to 'assets/stylesheets')
-rw-r--r-- | assets/stylesheets/layout.hcss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/stylesheets/layout.hcss b/assets/stylesheets/layout.hcss index e06fc88..3eff9d4 100644 --- a/assets/stylesheets/layout.hcss +++ b/assets/stylesheets/layout.hcss @@ -113,6 +113,13 @@ ul { } +@media screen and (max-width: 870px) { + .content video { + width: 100%; + margin-left: 0; + } +} + @media screen and (max-width: 767px) { header { margin-left: -8px; |