From 10c6d5a2d381aa8ec9406b1dcce3c90f814e9084 Mon Sep 17 00:00:00 2001 From: Jeff Escalante Date: Wed, 20 Jun 2018 15:40:37 -0400 Subject: [PATCH] mobile styling for homepage animations --- .../assets/stylesheets/consul-connect/pages/_home.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/source/assets/stylesheets/consul-connect/pages/_home.scss b/website/source/assets/stylesheets/consul-connect/pages/_home.scss index 832380499e..a5e6370e37 100644 --- a/website/source/assets/stylesheets/consul-connect/pages/_home.scss +++ b/website/source/assets/stylesheets/consul-connect/pages/_home.scss @@ -72,6 +72,16 @@ .static-callout { width: 85%; } + + #index-dynamic-animation { + width: 85%; + margin: 0 auto; + + svg { + width: 100%; + height: auto !important; + } + } } #use-cases {