diff --git a/app/assets/images/ballot_tiny.gif b/app/assets/images/ballot_tiny.gif new file mode 100644 index 000000000..976d37591 Binary files /dev/null and b/app/assets/images/ballot_tiny.gif differ diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 7c8e6b477..efd385c19 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -1077,9 +1077,8 @@ } .featured-proposals-ballot-banner { - background: #2D3E50 image-url("ballot.gif"); - background-position: 90% 0; - background-repeat: no-repeat; + background: #2D3E50 image-url("ballot_tiny.gif") no-repeat; + background-position: 75% 0; position: relative; h2, a:hover h2 { @@ -1094,6 +1093,11 @@ margin-left: 0 !important; margin-right: 0 !important; } + + @include breakpoint(large) { + background: #2D3E50 image-url("ballot.gif") no-repeat; + background-position: 90% 0; + } } .featured-proposals-ballot-banner,