Browse Source

css titrage intervenants

ouidade 2 tuần trước cách đây
mục cha
commit
1023c798b1

+ 8 - 6
web/themes/custom/colloque2024/css-compiled/index.css

@@ -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';

+ 6 - 2
web/themes/custom/colloque2024/css/pages/intervenants.scss

@@ -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;
     }
   }