From 83f67ea28de0afb92627a5bd31dd53b5f5d3bc1f Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de> Date: Tue, 18 Jun 2019 11:14:24 +0200 Subject: [PATCH] adjusted carousel-control-prev height to no longer obscure bottom link --- css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/bootstrap.css b/css/bootstrap.css index 482d5fc..adf88c9 100644 --- a/css/bootstrap.css +++ b/css/bootstrap.css @@ -6466,7 +6466,7 @@ a.close.disabled { text-align: center; opacity: 0.5; transition: opacity 0.15s ease; - height: 90%; + height: 85%; } @media (prefers-reduced-motion: reduce) { -- GitLab