Subversion Repositories eFlore/Applications.cel

Rev

Rev 3825 | Rev 3948 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3825 Rev 3829
Line 212... Line 212...
212
/*----------------------------------------------------------------------------------------------------------*/
212
/*----------------------------------------------------------------------------------------------------------*/
Line 213... Line 213...
213
 
213
 
214
#volets-fct {
214
#volets-fct {
215
	padding: 0 1rem;
215
	padding: 0 1rem;
-
 
216
	width: calc(100% - 1rem);
216
	width: calc(100% - 1rem);
217
	overflow-wrap: break-word;
Line 217... Line 218...
217
}
218
}
218
 
219
 
219
#volets-fct h2 {
220
#volets-fct h2 {
Line 405... Line 406...
405
@media screen and ( max-width: 768px ) {
406
@media screen and ( max-width: 768px ) {
406
	#info-img-galerie a {
407
	#info-img-galerie a {
407
		font-size: 0.8rem;
408
		font-size: 0.8rem;
408
	}
409
	}
409
}
410
}
410
 
-