Files
Popsu-coloque/web/themes/custom/colloque2024/css/pages/presentation.scss
T
2024-03-07 13:13:44 +01:00

15 lines
237 B
SCSS

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