ouidade 3 veckor sedan
förälder
incheckning
af3a4d55cc

+ 4 - 3
web/themes/custom/colloque2024/css-compiled/index.css

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

+ 2 - 2
web/themes/custom/colloque2024/css/components/thumbnails/thumbnails.scss

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

+ 2 - 1
web/themes/custom/colloque2024/css/pages/front.scss

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