smartphone partenaires
This commit is contained in:
@@ -35,7 +35,10 @@
|
||||
display: grid;
|
||||
grid-template-columns: repeat(7, 1fr);
|
||||
grid-template-rows: repeat(auto-fill);
|
||||
|
||||
@media (max-width: 810px){
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.field--name-field-logo{
|
||||
|
||||
grid-column: 1 / 2;
|
||||
|
||||
@@ -14,10 +14,18 @@
|
||||
|
||||
padding-bottom: 3rem;
|
||||
height: 30vh;
|
||||
@media (max-width: 810px){
|
||||
padding-bottom: 0rem;
|
||||
|
||||
}
|
||||
.block-entity-fieldnodetitle{
|
||||
width: fit-content;
|
||||
margin-left: 13%;
|
||||
margin-top: 15vh;
|
||||
@media (max-width: 810px){
|
||||
margin-left: 8%;
|
||||
margin-right: 5%;
|
||||
}
|
||||
.field--name-title{
|
||||
font-family: 'Source Code Pro';
|
||||
font-size: 2rem;
|
||||
@@ -39,6 +47,9 @@
|
||||
justify-content: flex-end;
|
||||
position: sticky;
|
||||
top: 7rem;
|
||||
@media (max-width: 810px){
|
||||
display: none;
|
||||
}
|
||||
.block-entity-fieldnodefield-textes{
|
||||
display: flex;
|
||||
width: 50%;
|
||||
@@ -64,7 +75,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
.layout__region--second{ // paragraphe texte
|
||||
.layout__region--second{ // paragraphe texte
|
||||
@media (max-width: 810px){
|
||||
flex: 0 1 80%;
|
||||
margin: auto;
|
||||
} // paragraphe texte
|
||||
.block-entity-fieldnodefield-textes{
|
||||
margin-top: 1rem;
|
||||
background-color: $white;
|
||||
@@ -100,7 +115,10 @@
|
||||
margin-top: 1rem;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 70%;
|
||||
width: 70%;
|
||||
@media (max-width: 810px){
|
||||
margin: auto;
|
||||
}
|
||||
.block-entity-fieldnodefield-fichiers{
|
||||
height: fit-content;
|
||||
border: 2px solid $blue-light;
|
||||
|
||||
Reference in New Issue
Block a user