change sous-titre event

This commit is contained in:
Tessier
2020-10-15 15:26:48 +02:00
parent d8b9162932
commit 8a54ec0b43
5 changed files with 39 additions and 37 deletions
@@ -82,25 +82,18 @@
margin: auto;
}
.__info_colloque{
display: flex;
flex-direction: column;
justify-content: space-between;
& > div{
height: auto;
&:first-child{
font-family: 'truenoregular';
color: $color1;
font-size: 0.9rem;
padding-bottom: 0.4rem;
margin-bottom: 0.6rem;
}
&:last-child{
color: $color2;
font-family: 'truenoregular';
font-weight: bold;
font-size: 0.7rem;
line-height: 1;
width: min-content;
p{
font-family: 'truenoregular';
font-weight: bold;
font-size: 0.7rem;
line-height: 1;
}
}
}
}