This commit is contained in:
2024-05-06 11:30:52 +02:00
parent ea5d335498
commit af3a4d55cc
3 changed files with 8 additions and 6 deletions
@@ -694,11 +694,12 @@ header #block-colloque2024-mainnavigation ul li {
display: flex;
flex-direction: column; } }
#block-colloque2024-renderedsitesettingsblock-6 .site_setting_entity div:nth-of-type(1) {
font-size: 8rem;
font-size: 7rem;
font-family: 'Mariannebold';
line-height: 95%;
grid-column: 1 / span 5;
grid-row: 2; }
grid-row: 2;
margin-bottom: 2rem; }
@media screen and (max-width: 300px) {
#block-colloque2024-renderedsitesettingsblock-6 .site_setting_entity div:nth-of-type(1) {
font-size: 4.5rem;
@@ -1781,7 +1782,7 @@ section article.thumbnails.programme {
section article.thumbnails.programme .d-flex {
color: #ff804d; }
section article.thumbnails.programme .__content span {
color: #038788;
color: #038788 !important;
font-size: 0.8rem;
font-family: "Marianneregular_italic";
text-transform: none !important; }
@@ -7,7 +7,7 @@ section {
border: none;
@include shadow;
}
///////////////// à enlever quand images
.__img{
display: none;
@@ -20,7 +20,7 @@ section {
}
.__content {
span {
color: $color2024;
color: $color2024 !important;
font-size: 0.8rem;
font-family: "Marianneregular_italic";
text-transform: none !important;
@@ -211,11 +211,12 @@ header {
flex-direction: column;
}
div:nth-of-type(1){
font-size: 8rem;
font-size: 7rem;
font-family: 'Mariannebold';
line-height: 95%;
grid-column: 1 / span 5;
grid-row: 2;
margin-bottom: 2rem;
@media screen and (max-width: 300px) {
font-size: 4.5rem;
order: 3;