coup de polish

This commit is contained in:
Valentin
2024-11-08 06:12:36 +01:00
parent 217b84c755
commit cd3b47e913
15 changed files with 265 additions and 168 deletions

View File

@@ -173,7 +173,6 @@
.fullpage.projet_full {
// overflow-x: hidden; // enlever quand on ajoute le menu des projets à gauche
.retour_projets {
padding-top: 3vh;
padding-left: $x_margin;
@include main_text_content();
@@ -423,13 +422,9 @@
}
}
}
.liens,
.file_fixed {
> div > div {
margin: 0 !important;
> div {
padding: 1rem 0;
}
.liens {
> div > div > div:not(:last-of-type) {
margin-bottom: 30px;
}
}
}
@@ -468,3 +463,7 @@
.feed-icon {
display: none;
}
.views-row:not(:first-of-type) .taxonomy_page .retour_projets {
display: none;
}