slide home max height
This commit is contained in:
@@ -15,20 +15,21 @@
|
||||
@media(max-width:724px){
|
||||
max-height: 470px;
|
||||
}
|
||||
@media(max-width: 479px){
|
||||
max-height: fit-content;
|
||||
}
|
||||
|
||||
div{
|
||||
height: 100%;
|
||||
.view-actus-blocks-pages{
|
||||
height: 100%;
|
||||
.view-content{
|
||||
// display: flex;
|
||||
// flex-basis: auto;
|
||||
height: 90%;
|
||||
|
||||
// @media (max-width: 479px){
|
||||
// display: flex;
|
||||
// flex-direction: column;
|
||||
// width: 80%;
|
||||
// }
|
||||
.slick-list{
|
||||
@media(max-width: 479px){
|
||||
height: fit-content !important;
|
||||
}
|
||||
}
|
||||
.views-row{
|
||||
.node-type-actualite{
|
||||
color: $black;
|
||||
@@ -379,6 +380,7 @@
|
||||
@media(max-width: 810px){
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.views-row{
|
||||
width: 49%;
|
||||
@media(max-width: 810px){
|
||||
|
||||
Reference in New Issue
Block a user