Files
Popsu-coloque/web/themes/custom/popsu_colloque/css/pages/intervenants.scss
T
2021-01-11 16:36:37 +01:00

33 lines
546 B
SCSS

.container.les_intervenants{
padding-top: 1.5rem;
@media screen and (min-width: 768px){
padding-top: 0;
}
.views-element-container{
margin-top: 1rem;
@media screen and (min-width: 768px){
margin-top: 0rem;
}
}
.wrap-anchor-letter{
margin-bottom: 3rem;
a{
font-size: 2rem;
font-family: 'dukefill';
color: $color1;
}
}
.letter-sort{
font-size: 3rem;
font-family: 'dukefill';
color: $color2;
}
section.row{
margin-top: 2rem;
margin-bottom: 6rem;
}
}