Commit acb071be authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

fixed slider overlaps

parent 7e585ebb
Pipeline #81 passed with stage
in 2 seconds
...@@ -6330,6 +6330,7 @@ a.close.disabled { ...@@ -6330,6 +6330,7 @@ a.close.disabled {
position: relative; position: relative;
width: 80%; width: 80%;
overflow: hidden; overflow: hidden;
left:10%;
} }
.carousel-inner::after { .carousel-inner::after {
...@@ -6462,12 +6463,13 @@ a.close.disabled { ...@@ -6462,12 +6463,13 @@ a.close.disabled {
align-items: center; align-items: center;
-ms-flex-pack: center; -ms-flex-pack: center;
justify-content: center; justify-content: center;
width: 15%; width: 10%;
color: #fff; color: #fff;
text-align: center; text-align: center;
opacity: 0.5; opacity: 0.5;
transition: opacity 0.15s ease; transition: opacity 0.15s ease;
height: 85%; height: 85%;
} }
@media (prefers-reduced-motion: reduce) { @media (prefers-reduced-motion: reduce) {
...@@ -6490,14 +6492,12 @@ a.close.disabled { ...@@ -6490,14 +6492,12 @@ a.close.disabled {
color: black; color: black;
font-size: 3em; font-size: 3em;
left: 0; left: 0;
margin-left: -80px;
} }
.carousel-control-next { .carousel-control-next {
color: black; color: black;
font-size: 3em; font-size: 3em;
right: 0; right: 0;
margin-right: -80px;
} }
.carousel-control-prev-icon, .carousel-control-prev-icon,
......
Markdown is supported
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