fix css retour Maud
This commit is contained in:
@@ -6,49 +6,48 @@
|
||||
.block-region-second{
|
||||
h2{
|
||||
font-weight: 1000;
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
.block-views-blockhome-block-1{
|
||||
width: 80%;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
.view-display-id-block_1{
|
||||
margin: 0;
|
||||
width: 80%;
|
||||
padding-top: 1rem;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.block-config-pages-block{
|
||||
}
|
||||
|
||||
.block-config-pages-block{
|
||||
margin: 0;
|
||||
width: 80%;
|
||||
padding-top: 1rem;
|
||||
.config_pages--partenaires--full{
|
||||
|
||||
.paragraph--type--partenaire{
|
||||
// background-color: $white;
|
||||
width: 100%;
|
||||
padding-bottom: 3rem;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(7, 1fr);
|
||||
grid-template-rows: repeat(auto-fill);
|
||||
height: 205px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
align-content: baseline;
|
||||
@media (max-width: 810px){
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.paragraph--type--partenaire>* {
|
||||
flex: 1 1 80px;
|
||||
}
|
||||
.field--name-field-logo{
|
||||
|
||||
grid-column: 1 / 2;
|
||||
grid-row: 2;
|
||||
margin-top: 2rem;
|
||||
width: fit-content;
|
||||
padding-right: 1rem;
|
||||
}
|
||||
.field--name-field-nom{
|
||||
grid-column: 2 / 8;
|
||||
grid-row: 1;
|
||||
font-weight: 900;
|
||||
font-size: 1.2rem
|
||||
|
||||
}
|
||||
.field--name-field-texte{
|
||||
grid-column: 2 / 8;
|
||||
grid-row: 2;
|
||||
.field__item{
|
||||
p{
|
||||
strong{
|
||||
@@ -56,20 +55,15 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
.field--name-field-lien{
|
||||
grid-column: 2 / 8;
|
||||
grid-row: 3;
|
||||
background-color: none;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user