correction CSS (images d'un article)

This commit is contained in:
Pierre 2020-03-05 12:21:09 +01:00
parent 64f5f11f4b
commit 496a04b02b
2 changed files with 6 additions and 8 deletions

View file

@ -756,7 +756,7 @@ body{
.liste-documents{ .liste-documents, .photo-article{
justify-content: center; justify-content: center;
text-align: center; text-align: center;
margin-bottom: 1.5rem;; margin-bottom: 1.5rem;;
@ -770,10 +770,9 @@ body{
} }
} }
.photo_article{ .photo-article{
width: 100%; width: 100%;
display: block; display: block;
text-align: center;
background: white; background: white;
} }

View file

@ -12741,28 +12741,27 @@ body {
/**********************************************************************/ /**********************************************************************/
/**************************** PAGE ARTICLE ****************************/ /**************************** PAGE ARTICLE ****************************/
/**********************************************************************/ /**********************************************************************/
.liste-documents { .liste-documents, .photo-article {
-webkit-box-pack: center; -webkit-box-pack: center;
justify-content: center; justify-content: center;
text-align: center; text-align: center;
margin-bottom: 1.5rem; margin-bottom: 1.5rem;
} }
.liste-documents .col { .liste-documents .col, .photo-article .col {
-webkit-box-flex: 0; -webkit-box-flex: 0;
flex: 0 0 10rem; flex: 0 0 10rem;
} }
.liste-documents .titre_img { .liste-documents .titre_img, .photo-article .titre_img {
font-size: 1rem; font-size: 1rem;
background: none; background: none;
color: #595959; color: #595959;
} }
.photo_article { .photo-article {
width: 100%; width: 100%;
display: block; display: block;
text-align: center;
background: white; background: white;
} }