css font-sizes
This commit is contained in:
		| @@ -74,6 +74,7 @@ | |||||||
|     content: url("../img/noun-arrow-to-right.svg"); |     content: url("../img/noun-arrow-to-right.svg"); | ||||||
|     padding-right: 0.2rem; |     padding-right: 0.2rem; | ||||||
|     padding-left: 0.2rem; |     padding-left: 0.2rem; | ||||||
|  |     padding-top: 1rem; | ||||||
|   } |   } | ||||||
|   #popup-content { |   #popup-content { | ||||||
|     width: 300px; |     width: 300px; | ||||||
|   | |||||||
| @@ -3230,6 +3230,11 @@ body { | |||||||
|   font-size: 0.6rem; |   font-size: 0.6rem; | ||||||
|   margin-top: 0; |   margin-top: 0; | ||||||
| } | } | ||||||
|  | @media (max-width: 550px) { | ||||||
|  |   .node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second div:has(.field_field_parties) .paragraph--type--site-parts .field_field_texte_site p { | ||||||
|  |     font-size: 0.8rem; | ||||||
|  |   } | ||||||
|  | } | ||||||
| .node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .paragraph--type--site-diapo .field_field_images .diaporama { | .node-type-site .layout--threecol-25-50-25 .layout__region--second .block-region-second .paragraph--type--site-diapo .field_field_images .diaporama { | ||||||
|   display: flex !important; |   display: flex !important; | ||||||
|   flex-direction: row !important; |   flex-direction: row !important; | ||||||
| @@ -3473,12 +3478,22 @@ main { | |||||||
|     width: 45%; |     width: 45%; | ||||||
|   } |   } | ||||||
| } | } | ||||||
|  | @media (max-width: 550px) { | ||||||
|  |   #lessites .content_container .view .views-row-wrapper .views-row { | ||||||
|  |     font-size: 0.7rem; | ||||||
|  |   } | ||||||
|  | } | ||||||
| #lessites .content_container .view .views-row-wrapper .views-row .views-field-title .field-content a { | #lessites .content_container .view .views-row-wrapper .views-row .views-field-title .field-content a { | ||||||
|   color: rgb(7, 50, 194); |   color: rgb(7, 50, 194); | ||||||
|   font-family: "gilroy-bold"; |   font-family: "gilroy-bold"; | ||||||
|   padding-top: 0.5rem; |   padding-top: 0.5rem; | ||||||
|   font-size: 0.55rem; |   font-size: 0.55rem; | ||||||
| } | } | ||||||
|  | @media (max-width: 550px) { | ||||||
|  |   #lessites .content_container .view .views-row-wrapper .views-row .views-field-title .field-content a { | ||||||
|  |     font-size: 0.7rem; | ||||||
|  |   } | ||||||
|  | } | ||||||
| #lessites .content_container .view .views-row-wrapper .views-row .views-field-field-images .field-content img { | #lessites .content_container .view .views-row-wrapper .views-row .views-field-field-images .field-content img { | ||||||
|   width: 100%; |   width: 100%; | ||||||
|   height: auto; |   height: auto; | ||||||
|   | |||||||
| @@ -95,12 +95,17 @@ main{ | |||||||
|                     @media(max-width: 810px){ |                     @media(max-width: 810px){ | ||||||
|                         width: 45%; |                         width: 45%; | ||||||
|                     } |                     } | ||||||
|  |                     @media(max-width: 550px){ | ||||||
|  |                         font-size: 0.7rem ; | ||||||
|  |                     } | ||||||
|                     .views-field-title .field-content a{ |                     .views-field-title .field-content a{ | ||||||
|                         color: $blue_QDD; |                         color: $blue_QDD; | ||||||
|                         font-family: "gilroy-bold"; |                         font-family: "gilroy-bold"; | ||||||
|                         padding-top: 0.5rem;     |                         padding-top: 0.5rem;     | ||||||
|                         font-size: 0.55rem ; |                         font-size: 0.55rem ; | ||||||
|  |                         @media(max-width: 550px){ | ||||||
|  |                             font-size: 0.7rem ; | ||||||
|  |                         } | ||||||
|                     } |                     } | ||||||
|                     .views-field-field-images .field-content img{ |                     .views-field-field-images .field-content img{ | ||||||
|                         width: 100%; |                         width: 100%; | ||||||
|   | |||||||
| @@ -274,6 +274,9 @@ | |||||||
|                                 font-family: 'gilroy-light'; |                                 font-family: 'gilroy-light'; | ||||||
|                                 font-size: 0.6rem; |                                 font-size: 0.6rem; | ||||||
|                                 margin-top: 0; |                                 margin-top: 0; | ||||||
|  |                                 @media(max-width: 550px){ | ||||||
|  |                                     font-size: 0.8rem; | ||||||
|  |                                 } | ||||||
|                             } |                             } | ||||||
|                              |                              | ||||||
|                         }  |                         }  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user