css titrage intervenants

This commit is contained in:
2024-05-02 10:34:08 +02:00
parent d40d483861
commit 1023c798b1
2 changed files with 14 additions and 8 deletions
@@ -710,23 +710,23 @@ header #block-colloque2024-mainnavigation ul li {
#block-colloque2024-renderedsitesettingsblock-6 .site_setting_entity div:nth-of-type(2) {
font-size: 1.5rem;
order: 4; } }
#block-colloque2024-renderedsitesettingsblock-6 .site_setting_entity div:nth-of-type(3) {
#block-colloque2024-renderedsitesettingsblock-6 .site_setting_entity div:nth-of-type(4) {
text-transform: uppercase;
font-family: 'Mariannebold';
font-size: 3.5rem;
grid-column: 5 / span 7;
grid-row: 3; }
@media screen and (max-width: 300px) {
#block-colloque2024-renderedsitesettingsblock-6 .site_setting_entity div:nth-of-type(3) {
#block-colloque2024-renderedsitesettingsblock-6 .site_setting_entity div:nth-of-type(4) {
font-size: 1.5rem;
order: 2; } }
#block-colloque2024-renderedsitesettingsblock-6 .site_setting_entity div:nth-of-type(4) {
#block-colloque2024-renderedsitesettingsblock-6 .site_setting_entity div:nth-of-type(3) {
text-transform: uppercase;
grid-column: 5 / span 7;
grid-row: 1;
font-size: 2rem; }
@media screen and (max-width: 300px) {
#block-colloque2024-renderedsitesettingsblock-6 .site_setting_entity div:nth-of-type(4) {
#block-colloque2024-renderedsitesettingsblock-6 .site_setting_entity div:nth-of-type(3) {
font-size: 1.5rem;
order: 1; } }
@@ -898,6 +898,8 @@ article.publications .__wrap_content .__head .__info {
.container.les_intervenants {
padding-top: 1.5rem; }
.container.les_intervenants h2 {
color: #038788; }
@media screen and (min-width: 768px) {
.container.les_intervenants {
padding-top: 0; } }
@@ -909,9 +911,9 @@ article.publications .__wrap_content .__head .__info {
.container.les_intervenants .wrap-anchor-letter {
margin-bottom: 3rem; }
.container.les_intervenants .wrap-anchor-letter a {
font-size: 2rem;
font-size: 1.5rem;
font-family: 'Marianne';
color: #038788; }
color: black; }
.container.les_intervenants .letter-sort {
font-size: 3rem;
font-family: 'Marianne';
@@ -1,5 +1,9 @@
.container.les_intervenants{
padding-top: 1.5rem;
h2{
color: $color2024;
}
@media screen and (min-width: 768px){
padding-top: 0;
}
@@ -14,9 +18,9 @@
.wrap-anchor-letter{
margin-bottom: 3rem;
a{
font-size: 2rem;
font-size: 1.5rem;
font-family: 'Marianne';
color: $color2024;
color: $col_black;
}
}