Commit d09bd2e6 authored by Martijn Cuppens's avatar Martijn Cuppens Committed by Mark Otto
Browse files

Fix background size y

parent e2ac792b
Showing with 1 addition and 1 deletion
+1 -1
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
display: inline-block; display: inline-block;
width: $carousel-control-icon-width; width: $carousel-control-icon-width;
height: $carousel-control-icon-width; height: $carousel-control-icon-width;
background: no-repeat 50% / 100%; background: no-repeat 50% / 100% 100%;
} }
.carousel-control-prev-icon { .carousel-control-prev-icon {
background-image: $carousel-control-prev-icon-bg; background-image: $carousel-control-prev-icon-bg;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment