background
This commit is contained in:
@@ -7,18 +7,14 @@
|
||||
.layout__region--top{ //bandeau titre page static
|
||||
padding-bottom: 3rem;
|
||||
.block-region-top{
|
||||
height: 200px;
|
||||
.block-entity-fieldnodetitle{
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
.field--name-title{
|
||||
font-family: 'Source Code Pro';
|
||||
font-size: 2rem;
|
||||
font-weight: 800;
|
||||
color: $blue-light;
|
||||
background-color: $white;
|
||||
color: $white;
|
||||
background-color: $blue-light;
|
||||
text-transform: uppercase;
|
||||
// padding: 2rem 1rem 2rem 1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -29,13 +25,15 @@
|
||||
.field--name-field-partenaires{
|
||||
padding-top: 3rem;
|
||||
.paragraph--type--partenaire{
|
||||
|
||||
background-color: $white;
|
||||
width: 75%;
|
||||
padding-bottom: 3rem;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, 120px);
|
||||
grid-template-rows: repeat(auto-fill);
|
||||
|
||||
.field--name-field-logo{
|
||||
|
||||
grid-column: 1 / 4;
|
||||
grid-row: 1 / 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user