Files
Popsu-coloque/web/themes/custom/colloque2024/css-compiled/components/paragraph/paragraphs.css
T
2024-04-16 09:32:02 +02:00

16 lines
425 B
CSS

.medias .paragraph--type--images {
width: 100%; }
.medias .paragraph--type--video {
margin: 4rem 0; }
.medias .paragraph--type--video > div {
font-family: "Marianne";
font-size: 2rem;
line-height: normal;
text-align: center;
margin-bottom: 1rem;
text-transform: uppercase; }
@media screen and (min-width: 768px) {
.medias .paragraph--type--video > div {
text-align: left; } }