Change Gallery Design & Add Video into Gallery
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user