smartphone offres de services
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
display: grid;
|
||||
grid-template-columns: auto auto 1fr;
|
||||
grid-template-rows: repeat(6 auto);
|
||||
@media (max-width: 810px){
|
||||
margin-left: 8%;
|
||||
}
|
||||
|
||||
.block-entity-fieldnodefield-photo{
|
||||
width: fit-content;
|
||||
@@ -27,6 +30,10 @@
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
@media (max-width: 810px){
|
||||
width: 90px;
|
||||
height: 90px;
|
||||
}
|
||||
}
|
||||
.block-entity-fieldnodefield-type-de-protagoniste{
|
||||
background: $white;
|
||||
@@ -78,7 +85,9 @@
|
||||
grid-row: 4;
|
||||
font-size: 2.5rem;
|
||||
font-family: "Source Code Pro";
|
||||
|
||||
@media (max-width: 810px){
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
a{
|
||||
color: $black;
|
||||
}
|
||||
@@ -124,7 +133,9 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 70%;
|
||||
|
||||
@media (max-width: 810px){
|
||||
margin: auto;
|
||||
}
|
||||
.title-contact{
|
||||
background: $blue-light;
|
||||
color: $white;
|
||||
|
||||
Reference in New Issue
Block a user