ltqf/assets/css/single-spectacle.css
2024-01-12 14:58:16 +01:00

23 lines
429 B
CSS

#title-section {
height: 20vh;
}
@media screen and (max-width: 768px) {
.p-6 {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
#title-section {
display: flex;
flex-direction: column;
justify-content: center;
}
}
#galerie picture {
transition: all 2s ease;
}