Files
overzeuknup.top/static/css/ozk.css

59 lines
839 B
CSS

img[alt=LogoAbout] {
width: 250px;
margin-top: 50px;
margin-bottom: 50px;
}
.home-about .avatar img {
border-radius: 0%;
}
.home-about .avatar img.custom {
height: 20rem;
width: 20rem;
}
.audioCaption {
font-size: small;
font-style: italic;
}
.subtitle {
font-size: small;
font-style: italic;
margin-top: -20px;
margin-bottom: 30px;
}
.video_wrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}
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;
}