Die Vorschaubilder der Galerien in der Wettkampfeinzelansicht wurden

optisch leicht verbessert.

	modified:   src/css/cwsvJudo-2018-wkKalender.css
This commit is contained in:
marko
2019-05-17 12:37:45 +02:00
parent e6826149e9
commit 69ab51bf61

View File

@@ -809,7 +809,7 @@
} }
.textoverlayedImage > div { .textoverlayedImage > div {
z-index: 99; z-index: 99;
width: 70%; width: fit-content;
position: absolute; position: absolute;
top: 50%; top: 50%;
left: 50%; left: 50%;
@@ -834,6 +834,7 @@
} }
.wkBoxMediaGallery > *{ .wkBoxMediaGallery > *{
flex-basis:50%; flex-basis:50%;
padding: 5%;
} }