taille vignette site
This commit is contained in:
parent
6ba46822d8
commit
fb1b5a2d83
|
@ -3042,6 +3042,7 @@ body {
|
||||||
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-bottom: 0.2rem;
|
||||||
}
|
}
|
||||||
.node-type-site .layout--threecol-25-50-25 .layout__region--second {
|
.node-type-site .layout--threecol-25-50-25 .layout__region--second {
|
||||||
flex: 0 1 50% !important;
|
flex: 0 1 50% !important;
|
||||||
|
@ -3255,14 +3256,15 @@ main {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 85%;
|
width: 60%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
padding-left: 4rem;
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
}
|
}
|
||||||
#lessites .content_container .view .views-row-wrapper .views-row {
|
#lessites .content_container .view .views-row-wrapper .views-row {
|
||||||
width: 18%;
|
width: 18%;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
font-size: 0.6rem;
|
font-size: 0.55rem;
|
||||||
}
|
}
|
||||||
@media (max-width: 810px) {
|
@media (max-width: 810px) {
|
||||||
#lessites .content_container .view .views-row-wrapper .views-row {
|
#lessites .content_container .view .views-row-wrapper .views-row {
|
||||||
|
|
|
@ -56,13 +56,14 @@ main{
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 85%;
|
width: 60%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
padding-left: 4rem;
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
.views-row{
|
.views-row{
|
||||||
width: 18%;
|
width: 18%;
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
font-size: 0.6rem ;
|
font-size: 0.55rem ;
|
||||||
|
|
||||||
@media(max-width: 810px){
|
@media(max-width: 810px){
|
||||||
width: 45%;
|
width: 45%;
|
||||||
|
|
|
@ -121,6 +121,8 @@
|
||||||
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-bottom: 0.2rem;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue