zoom max height

This commit is contained in:
2023-07-14 12:38:36 +02:00
parent 5b9afa042e
commit 22499b1434
2 changed files with 2 additions and 9 deletions
@@ -671,7 +671,7 @@ a {
.path-frontpage .block-views-blockprojets-block-4 .view-projets .view-content .views-row .node-type-projet div:first-child {
display: flex;
flex-direction: column;
max-height: 400px; }
max-height: fit-content; }
.path-frontpage .block-views-blockprojets-block-4 .view-projets .view-content .views-row .node-type-projet div:first-child a {
color: #09398b; }
.path-frontpage .block-views-blockprojets-block-4 .view-projets .view-content .views-row .node-type-projet div:first-child .field--name-field-photo {
+1 -8
View File
@@ -389,9 +389,6 @@
.node-type-projet{
color: $blue-dark;
line-height: 1.5rem;
// padding: 0.5rem;
// padding-right: 1rem;
// padding-left: 1rem;
@media (max-width: 479px){
padding-left: 0rem;
padding-right: 0rem;
@@ -400,11 +397,7 @@
div:first-child{
display: flex;
flex-direction: column;
max-height: 400px;
// @media (max-width: 479px){
// max-height: 0px;
// }
max-height: fit-content;
a{
color: $blue-dark;
}