Files
Popsu-coloque/web/themes/custom/popsu_colloque/css/pages/presentation.scss
T
2020-07-27 23:03:25 +02: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;
}
}