responsive offres services
This commit is contained in:
@@ -54,23 +54,24 @@
|
||||
margin-top: 4rem;
|
||||
background-color: $blue-light;
|
||||
height: fit-content;
|
||||
width: 60%;
|
||||
min-height: fit-content;
|
||||
width: 200px;
|
||||
// width: 80%;
|
||||
margin-left: 2rem;
|
||||
aspect-ratio: 1/1;
|
||||
display: flex;
|
||||
@media (max-width: 1260px) {
|
||||
width: 70%;
|
||||
}
|
||||
@media (max-width: 1073px) {
|
||||
width: 80%;
|
||||
}
|
||||
@media (max-width: 935px) {
|
||||
width: 90%;
|
||||
}
|
||||
@media (max-width: 810px) {
|
||||
width: 100%;
|
||||
}
|
||||
// @media (max-width: 1260px) {
|
||||
// width: 70%;
|
||||
// }
|
||||
// @media (max-width: 1073px) {
|
||||
// width: 80%;
|
||||
// }
|
||||
// @media (max-width: 935px) {
|
||||
// width: 90%;
|
||||
// }
|
||||
// @media (max-width: 810px) {
|
||||
// width: 100%;
|
||||
// }
|
||||
.field--name-field-lien{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -283,6 +284,12 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 810px){
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user