Files
Popsu-coloque/web/themes/custom/colloque2024/css/pages/intervenants.scss
T
2024-05-02 10:34:08 +02:00

37 lines
588 B
SCSS

.container.les_intervenants{
padding-top: 1.5rem;
h2{
color: $color2024;
}
@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: 1.5rem;
font-family: 'Marianne';
color: $col_black;
}
}
.letter-sort{
font-size: 3rem;
font-family: 'Marianne';
color: $col_black;
}
section.row{
margin-top: 2rem;
margin-bottom: 6rem;
}
}