css titrage intervenants
This commit is contained in:
@@ -710,23 +710,23 @@ header #block-colloque2024-mainnavigation ul li {
|
|||||||
#block-colloque2024-renderedsitesettingsblock-6 .site_setting_entity div:nth-of-type(2) {
|
#block-colloque2024-renderedsitesettingsblock-6 .site_setting_entity div:nth-of-type(2) {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
order: 4; } }
|
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;
|
text-transform: uppercase;
|
||||||
font-family: 'Mariannebold';
|
font-family: 'Mariannebold';
|
||||||
font-size: 3.5rem;
|
font-size: 3.5rem;
|
||||||
grid-column: 5 / span 7;
|
grid-column: 5 / span 7;
|
||||||
grid-row: 3; }
|
grid-row: 3; }
|
||||||
@media screen and (max-width: 300px) {
|
@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;
|
font-size: 1.5rem;
|
||||||
order: 2; } }
|
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;
|
text-transform: uppercase;
|
||||||
grid-column: 5 / span 7;
|
grid-column: 5 / span 7;
|
||||||
grid-row: 1;
|
grid-row: 1;
|
||||||
font-size: 2rem; }
|
font-size: 2rem; }
|
||||||
@media screen and (max-width: 300px) {
|
@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;
|
font-size: 1.5rem;
|
||||||
order: 1; } }
|
order: 1; } }
|
||||||
|
|
||||||
@@ -898,6 +898,8 @@ article.publications .__wrap_content .__head .__info {
|
|||||||
|
|
||||||
.container.les_intervenants {
|
.container.les_intervenants {
|
||||||
padding-top: 1.5rem; }
|
padding-top: 1.5rem; }
|
||||||
|
.container.les_intervenants h2 {
|
||||||
|
color: #038788; }
|
||||||
@media screen and (min-width: 768px) {
|
@media screen and (min-width: 768px) {
|
||||||
.container.les_intervenants {
|
.container.les_intervenants {
|
||||||
padding-top: 0; } }
|
padding-top: 0; } }
|
||||||
@@ -909,9 +911,9 @@ article.publications .__wrap_content .__head .__info {
|
|||||||
.container.les_intervenants .wrap-anchor-letter {
|
.container.les_intervenants .wrap-anchor-letter {
|
||||||
margin-bottom: 3rem; }
|
margin-bottom: 3rem; }
|
||||||
.container.les_intervenants .wrap-anchor-letter a {
|
.container.les_intervenants .wrap-anchor-letter a {
|
||||||
font-size: 2rem;
|
font-size: 1.5rem;
|
||||||
font-family: 'Marianne';
|
font-family: 'Marianne';
|
||||||
color: #038788; }
|
color: black; }
|
||||||
.container.les_intervenants .letter-sort {
|
.container.les_intervenants .letter-sort {
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
font-family: 'Marianne';
|
font-family: 'Marianne';
|
||||||
|
|||||||
@@ -1,5 +1,9 @@
|
|||||||
.container.les_intervenants{
|
.container.les_intervenants{
|
||||||
padding-top: 1.5rem;
|
padding-top: 1.5rem;
|
||||||
|
h2{
|
||||||
|
color: $color2024;
|
||||||
|
|
||||||
|
}
|
||||||
@media screen and (min-width: 768px){
|
@media screen and (min-width: 768px){
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
@@ -14,9 +18,9 @@
|
|||||||
.wrap-anchor-letter{
|
.wrap-anchor-letter{
|
||||||
margin-bottom: 3rem;
|
margin-bottom: 3rem;
|
||||||
a{
|
a{
|
||||||
font-size: 2rem;
|
font-size: 1.5rem;
|
||||||
font-family: 'Marianne';
|
font-family: 'Marianne';
|
||||||
color: $color2024;
|
color: $col_black;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user