display ressources

This commit is contained in:
2024-03-07 09:48:53 +01:00
parent e79bcd352c
commit 80b420841a
2 changed files with 4 additions and 1 deletions
@@ -1045,6 +1045,8 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
/*CSS pour afficher/masquer un texte via un bouton*/
/*Style du module TEXTE*/
.texte-cache {
display: flex;
flex-wrap: wrap;
position: relative;
max-height: 400px;
/*Hauteur du texte visible avant le clic*/
@@ -377,7 +377,8 @@ body#top.modular.fullwidth.title-center.title-h1h2 {
/*Style du module TEXTE*/
.texte-cache {
display: flex;
flex-wrap: wrap;
position: relative;
max-height: 400px; /*Hauteur du texte visible avant le clic*/
overflow: hidden; /*On cache tout ce qui dépasse des 400px*/