pilliers
This commit is contained in:
parent
7909acf96a
commit
a32afd11e4
|
@ -2172,6 +2172,11 @@ body {
|
||||||
padding-left: 0rem;
|
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 {
|
#home article.node-type-static #paragraph-id--7 .field_field_title {
|
||||||
width: 48%;
|
width: 48%;
|
||||||
text-transform: lowercase;
|
text-transform: lowercase;
|
||||||
|
@ -2280,6 +2285,11 @@ body {
|
||||||
width: 270px;
|
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) {
|
#home article.node-type-static #paragraph-id--7 .field_field_texte .colone-picto svg:nth-of-type(2) {
|
||||||
grid-row: 3;
|
grid-row: 3;
|
||||||
grid-column: inherit;
|
grid-column: inherit;
|
||||||
|
@ -2302,6 +2312,11 @@ body {
|
||||||
width: 270px;
|
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) {
|
#home article.node-type-static #paragraph-id--7 .field_field_texte .colone-picto svg:nth-of-type(3) {
|
||||||
grid-row: 1/span 2;
|
grid-row: 1/span 2;
|
||||||
grid-column: 5/span 6;
|
grid-column: 5/span 6;
|
||||||
|
@ -2326,6 +2341,11 @@ body {
|
||||||
width: 270px;
|
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) {
|
#home article.node-type-static #paragraph-id--7 .field_field_texte .colone-picto p:nth-of-type(1) {
|
||||||
grid-row: 3;
|
grid-row: 3;
|
||||||
grid-column: 1/span 2;
|
grid-column: 1/span 2;
|
||||||
|
|
|
@ -493,6 +493,9 @@
|
||||||
@media(max-width: 1090px){
|
@media(max-width: 1090px){
|
||||||
padding-left: 0rem;
|
padding-left: 0rem;
|
||||||
}
|
}
|
||||||
|
@media(min-width: 1090px){
|
||||||
|
padding-left: 4rem;
|
||||||
|
}
|
||||||
.field_field_title{
|
.field_field_title{
|
||||||
width: 48%;
|
width: 48%;
|
||||||
text-transform: lowercase;
|
text-transform: lowercase;
|
||||||
|
@ -583,6 +586,9 @@
|
||||||
@media(max-width: 1090px){
|
@media(max-width: 1090px){
|
||||||
width: 270px;
|
width: 270px;
|
||||||
}
|
}
|
||||||
|
@media(min-width: 1090px){
|
||||||
|
width: 270px;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
svg:nth-of-type(2){
|
svg:nth-of-type(2){
|
||||||
|
@ -603,6 +609,9 @@
|
||||||
@media(max-width: 1090px){
|
@media(max-width: 1090px){
|
||||||
width: 270px;
|
width: 270px;
|
||||||
}
|
}
|
||||||
|
@media(min-width: 1090px){
|
||||||
|
width: 270px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
svg:nth-of-type(3){
|
svg:nth-of-type(3){
|
||||||
grid-row: 1 /span 2;
|
grid-row: 1 /span 2;
|
||||||
|
@ -623,6 +632,9 @@
|
||||||
@media(max-width: 1090px){
|
@media(max-width: 1090px){
|
||||||
width: 270px;
|
width: 270px;
|
||||||
}
|
}
|
||||||
|
@media(min-width: 1090px){
|
||||||
|
width: 270px;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
p:nth-of-type(1){
|
p:nth-of-type(1){
|
||||||
|
|
Loading…
Reference in New Issue