Files
grzanieplus.pl/web/css/frontend/theme/responsive/appWishesPlugin.css
2025-03-12 17:06:23 +01:00

44 lines
532 B
CSS

#wishes .caption .name
{
font-size: 1.5rem;
color: inherit;
}
#wishes .wish-video iframe
{
background: #fff;
padding: 2px 4px;
border-radius: 5px;
height: 24px;
}
#wishes .wish-video
{
color: #fff;
}
@media (min-width: 991px) {
.wishes-description
{
margin-top: 0;
}
#wishes > .row,
#wishes > .row > .col-xs-12
{
display: flex;
justify-content: center;
align-items: center;
}
#wishes .wish-video
{
min-height: 400px;
}
#wishes .caption
{
padding-right: 5%;
padding-left: 5%;
}
}