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

33 lines
552 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: 'Marianne';
color: $color2024;
}
}
.letter-sort{
font-size: 3rem;
font-family: 'Marianne';
color: $col_black;
}
section.row{
margin-top: 2rem;
margin-bottom: 6rem;
}
}