This commit is contained in:
ouidade 2024-10-24 21:26:28 +02:00
parent 7909acf96a
commit a32afd11e4
2 changed files with 32 additions and 0 deletions

View File

@ -2172,6 +2172,11 @@ body {
padding-left: 0rem;
}
}
@media (min-width: 1090px) {
#home article.node-type-static #paragraph-id--7 {
padding-left: 4rem;
}
}
#home article.node-type-static #paragraph-id--7 .field_field_title {
width: 48%;
text-transform: lowercase;
@ -2280,6 +2285,11 @@ body {
width: 270px;
}
}
@media (min-width: 1090px) {
#home article.node-type-static #paragraph-id--7 .field_field_texte .colone-picto svg:nth-of-type(1) {
width: 270px;
}
}
#home article.node-type-static #paragraph-id--7 .field_field_texte .colone-picto svg:nth-of-type(2) {
grid-row: 3;
grid-column: inherit;
@ -2302,6 +2312,11 @@ body {
width: 270px;
}
}
@media (min-width: 1090px) {
#home article.node-type-static #paragraph-id--7 .field_field_texte .colone-picto svg:nth-of-type(2) {
width: 270px;
}
}
#home article.node-type-static #paragraph-id--7 .field_field_texte .colone-picto svg:nth-of-type(3) {
grid-row: 1/span 2;
grid-column: 5/span 6;
@ -2326,6 +2341,11 @@ body {
width: 270px;
}
}
@media (min-width: 1090px) {
#home article.node-type-static #paragraph-id--7 .field_field_texte .colone-picto svg:nth-of-type(3) {
width: 270px;
}
}
#home article.node-type-static #paragraph-id--7 .field_field_texte .colone-picto p:nth-of-type(1) {
grid-row: 3;
grid-column: 1/span 2;

View File

@ -493,6 +493,9 @@
@media(max-width: 1090px){
padding-left: 0rem;
}
@media(min-width: 1090px){
padding-left: 4rem;
}
.field_field_title{
width: 48%;
text-transform: lowercase;
@ -583,6 +586,9 @@
@media(max-width: 1090px){
width: 270px;
}
@media(min-width: 1090px){
width: 270px;
}
}
svg:nth-of-type(2){
@ -603,6 +609,9 @@
@media(max-width: 1090px){
width: 270px;
}
@media(min-width: 1090px){
width: 270px;
}
}
svg:nth-of-type(3){
grid-row: 1 /span 2;
@ -623,6 +632,9 @@
@media(max-width: 1090px){
width: 270px;
}
@media(min-width: 1090px){
width: 270px;
}
}
p:nth-of-type(1){