diff --git a/design.css b/design.css index 78c3402..2fc2420 100644 --- a/design.css +++ b/design.css @@ -38,9 +38,9 @@ .carousel-caption { position: absolute; - bottom: 0; + top: 50%; left: 50%; - transform: translateX(-50%); + transform: translate(-50%, -15%); z-index: 2; }