display ressources
This commit is contained in:
@@ -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*/
|
||||
|
||||
Reference in New Issue
Block a user