This commit is contained in:
armansansd 2021-10-18 11:44:16 +02:00
parent 1ce798b901
commit 664eb87d8f
2 changed files with 11 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@ -26,11 +26,6 @@
} }
} }
.header_top_left_container{
// a[rel~="home"]{
// // display: none;
// }
}
} }
.last-news, .last-ressources{ .last-news, .last-ressources{
@ -105,11 +100,17 @@
.last-news{ .last-news{
margin-top: 2rem; margin-top: 2rem;
height: auto; height: auto;
.slick-list{ .slick-track{
// display: flex; height: 40vw;
// align-items: start; }
.slick-slide > div{
height: 100%;
}
.views-row{
height: 100%;
} }
.views-field-field-image{ .views-field-field-image{
height: 100%;
margin-top: 1rem; margin-top: 1rem;
// position: absolute; // position: absolute;
grid-column: 1; grid-column: 1;
@ -136,7 +137,7 @@
width: 90%; width: 90%;
margin-left: 1rem; margin-left: 1rem;
color: white; color: white;
align-self: flex-start; // align-self: flex-start;
// grid-column: 1; // grid-column: 1;
grid-auto-rows: min-content; grid-auto-rows: min-content;