css divers
This commit is contained in:
@@ -43,14 +43,12 @@
|
||||
grid-template-columns: 1fr repeat(8, 1fr) 1fr;
|
||||
.field--name-field-images {
|
||||
order: 1;
|
||||
grid-column: 1 /span 5;
|
||||
grid-column: 1 /span 9;
|
||||
grid-row: 1 / span 6;
|
||||
.field__item img{
|
||||
max-height: 450px;
|
||||
object-fit: contain;
|
||||
// padding-bottom: 1rem;
|
||||
max-width: 700px;
|
||||
|
||||
width: inherit;
|
||||
max-height: 550px;
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -91,6 +89,9 @@
|
||||
grid-column: 9 / span 9;
|
||||
grid-row: 3;
|
||||
order:3;
|
||||
h2 a{
|
||||
color: $blue-light !important;
|
||||
}
|
||||
}
|
||||
.field--name-field-sous-titre{
|
||||
display: inline-block;
|
||||
|
||||
@@ -69,8 +69,9 @@
|
||||
}
|
||||
}
|
||||
.block-entity-fieldnodefield-photo{
|
||||
grid-column: 2 /span 7;
|
||||
grid-column: 2 /span 5;
|
||||
grid-row: 2 / span 6;
|
||||
margin-right: 2rem;
|
||||
@media (max-width: 810px) {
|
||||
grid-column: 1 / span 10;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user