Change Gallery Design & Add Video into Gallery

This commit is contained in:
2022-10-12 13:58:28 +02:00
parent ecb99ac711
commit 487f37bc5e
10 changed files with 70 additions and 46 deletions

View File

@@ -30,10 +30,30 @@ img[alt=LogoAbout] {
padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}
iframe{
iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
figure {
margin: 0px;
}
.marginHorizontal {
margin-left: 20px;
margin-right: 20px;
}
.galleryMarginHorizontal {
margin-left: 15px;
margin-right: 15px;
margin-bottom: 5px;
}
.leaflet-map {
margin-left: 20px;
margin-right: 20px;
}