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; display: flex;
flex-direction: column; } } flex-direction: column; } }
#block-colloque2024-renderedsitesettingsblock-6 .site_setting_entity div:nth-of-type(1) { #block-colloque2024-renderedsitesettingsblock-6 .site_setting_entity div:nth-of-type(1) {
font-size: 8rem; font-size: 7rem;
font-family: 'Mariannebold'; font-family: 'Mariannebold';
line-height: 95%; line-height: 95%;
grid-column: 1 / span 5; grid-column: 1 / span 5;
grid-row: 2; } grid-row: 2;
margin-bottom: 2rem; }
@media screen and (max-width: 300px) { @media screen and (max-width: 300px) {
#block-colloque2024-renderedsitesettingsblock-6 .site_setting_entity div:nth-of-type(1) { #block-colloque2024-renderedsitesettingsblock-6 .site_setting_entity div:nth-of-type(1) {
font-size: 4.5rem; font-size: 4.5rem;
@@ -1781,7 +1782,7 @@ section article.thumbnails.programme {
section article.thumbnails.programme .d-flex { section article.thumbnails.programme .d-flex {
color: #ff804d; } color: #ff804d; }
section article.thumbnails.programme .__content span { section article.thumbnails.programme .__content span {
color: #038788; color: #038788 !important;
font-size: 0.8rem; font-size: 0.8rem;
font-family: "Marianneregular_italic"; font-family: "Marianneregular_italic";
text-transform: none !important; } text-transform: none !important; }
@@ -20,7 +20,7 @@ section {
} }
.__content { .__content {
span { span {
color: $color2024; color: $color2024 !important;
font-size: 0.8rem; font-size: 0.8rem;
font-family: "Marianneregular_italic"; font-family: "Marianneregular_italic";
text-transform: none !important; text-transform: none !important;
@@ -211,11 +211,12 @@ header {
flex-direction: column; flex-direction: column;
} }
div:nth-of-type(1){ div:nth-of-type(1){
font-size: 8rem; font-size: 7rem;
font-family: 'Mariannebold'; font-family: 'Mariannebold';
line-height: 95%; line-height: 95%;
grid-column: 1 / span 5; grid-column: 1 / span 5;
grid-row: 2; grid-row: 2;
margin-bottom: 2rem;
@media screen and (max-width: 300px) { @media screen and (max-width: 300px) {
font-size: 4.5rem; font-size: 4.5rem;
order: 3; order: 3;