Projet

Général

Profil

0009-guerande-fixe-column-size.patch

Thomas Jund (congés, retour le 29/04), 11 août 2021 17:39

Télécharger (639 octets)

Voir les différences:

Subject: [PATCH 09/11] guerande: fixe column size

 static/guerande/_custom.scss | 4 ++++
 1 file changed, 4 insertions(+)
static/guerande/_custom.scss
104 104
	box-shadow: 0 0 36px rgba(0,0,0,0.2);
105 105
}
106 106

  
107
.three-cols-column {
108
	flex: 1 1 0;
109
}
110

  
107 111
#center-content div.empty-cell {
108 112
	display: none;
109 113
}
110
-