This commit is contained in:
armansansd 2021-09-15 11:53:36 +02:00
parent f10b8e3199
commit 36cc395aac
3 changed files with 9 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@ -18,9 +18,9 @@
} }
.header_top_left_container{ .header_top_left_container{
a[rel~="home"]{ // a[rel~="home"]{
// display: none; // // display: none;
} // }
} }
} }

View File

@ -97,8 +97,13 @@
margin-bottom: 1rem; margin-bottom: 1rem;
max-height: 22rem; max-height: 22rem;
overflow: hidden; overflow: hidden;
@include breakpoint(small down) {
width: 100%;
}
img{ img{
width: 100%; width: 100%;
margin-top: -10%;
} }
} }
.body{ .body{
@ -468,9 +473,6 @@
cursor: pointer; cursor: pointer;
} }
h2:after{
}
} }
.field_projets_lies{ .field_projets_lies{