.extgallery-album {
margin-bottom: 2rem;
}
.extgallery-album-name {
background: #000;
color: #fff;
text-align: center;
padding: 0.5rem;
}
.photoRating {
position: absolute;
bottom: 0;
right: 0;
font-size: 0.75em;
background: var(--light-color);
opacity: 0.8;
border-radius: 0 0.25rem 0 0;
padding: 0.25rem 0.5rem;
}
|