Added art carousel styling

This commit is contained in:
Aroy-Art 2021-11-16 12:35:35 +01:00
parent fc04577766
commit 807f7d796d

View file

@ -1462,6 +1462,25 @@ img.loaded video.loaded {
filter: drop-shadow(0px 5px 5px rgba(0, 56, 56, 0.774));
}
/*==================================================================
Art Carousel
==================================================================*/
#ArtCarousel{
background-color: #0f1e31;
border-radius: 10px;
padding: 16px;
}
.item img {
padding: 0 4px;
border-radius: 10px;
}
.item-center {
display: flex;
justify-content: center;
}
/*==================================================================
Social sharing buttons from Sharingbuttons.io