From 846feb1902e455a7be104b08dab4d6edbbaf5965 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Sat, 10 Feb 2018 01:15:03 +0300 Subject: [PATCH] Make images responsive on features page (#9931) --- website/client/components/static/features.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/client/components/static/features.vue b/website/client/components/static/features.vue index a8304df47e..3489bea63f 100644 --- a/website/client/components/static/features.vue +++ b/website/client/components/static/features.vue @@ -82,6 +82,10 @@ box-shadow: 0 0 10px 5px #888; margin: 0.5em; max-width: 500px; + + @media (max-width: 1200px) { + max-width: 100%; + } }