From 5807c5873b761974e0cd25a4b3d15914d455c90f Mon Sep 17 00:00:00 2001 From: Andrew Briggs Date: Sun, 1 Oct 2017 15:59:13 -0500 Subject: [PATCH] Rearrange confetti on Connect page (#910) --- python/ecep/portal/static/scss/_connect.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python/ecep/portal/static/scss/_connect.scss b/python/ecep/portal/static/scss/_connect.scss index 7e14ca1d..55e32386 100644 --- a/python/ecep/portal/static/scss/_connect.scss +++ b/python/ecep/portal/static/scss/_connect.scss @@ -1,8 +1,8 @@ #connect { border-top: 1px solid $light-gray; - background-image: url('../img/redesign/elements/shapes_left_2x.png'), url('../img/redesign/elements/shapes_right_2x.png'), url('../img/redesign/elements/shapes_right_2x.png'), url('../img/redesign/elements/shapes_left_2x.png'), url('../img/redesign/elements/shapes_left_2x.png'), url('../img/redesign/elements/shapes_right_2x.png'); - background-size: 30%; - background-position: left top, right top, left center, right center, left bottom, right bottom; + background-image: url('../img/redesign/elements/shapes_left_2x.png'), url('../img/redesign/elements/shapes_right_2x.png'), url('../img/redesign/elements/shapes_right_2x.png'), url('../img/redesign/elements/shapes_left_2x.png'); + background-size: 20%; + background-position: left 25%, right 25%, left 75%, right 75%; background-repeat: no-repeat; @media (max-width: $break-small) { @@ -60,4 +60,4 @@ #mc-embedded-subscribe { width: 50%; margin: 1em auto; -} \ No newline at end of file +}