Files
Popsu-coloque/web/themes/custom/colloque2024/css/pages/presentation.scss
T
2024-04-16 09:32:02 +02:00

19 lines
288 B
SCSS

#presentation{
margin-top: 0.5rem;
.__title{
h2{
color: $color2024 !important;
}
@media screen and (min-width: 768px) {
margin: 1rem 0;
}
@media screen and (min-width: 992px) {
margin: 2rem 0;
}
}
.__wrapper{
margin-top: 1rem;
}
}