From 496a04b02b21dba397742c985e3e2aac2c0fb1e1 Mon Sep 17 00:00:00 2001 From: Pierre Date: Thu, 5 Mar 2020 12:21:09 +0100 Subject: [PATCH] correction CSS (images d'un article) --- css/_sq_balint.scss | 5 ++--- css/mon_site.css | 9 ++++----- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/css/_sq_balint.scss b/css/_sq_balint.scss index 72c8e21..6caf870 100644 --- a/css/_sq_balint.scss +++ b/css/_sq_balint.scss @@ -756,7 +756,7 @@ body{ -.liste-documents{ +.liste-documents, .photo-article{ justify-content: center; text-align: center; margin-bottom: 1.5rem;; @@ -770,10 +770,9 @@ body{ } } -.photo_article{ +.photo-article{ width: 100%; display: block; - text-align: center; background: white; } diff --git a/css/mon_site.css b/css/mon_site.css index 062a729..16e422d 100644 --- a/css/mon_site.css +++ b/css/mon_site.css @@ -12741,28 +12741,27 @@ body { /**********************************************************************/ /**************************** PAGE ARTICLE ****************************/ /**********************************************************************/ -.liste-documents { +.liste-documents, .photo-article { -webkit-box-pack: center; justify-content: center; text-align: center; margin-bottom: 1.5rem; } -.liste-documents .col { +.liste-documents .col, .photo-article .col { -webkit-box-flex: 0; flex: 0 0 10rem; } -.liste-documents .titre_img { +.liste-documents .titre_img, .photo-article .titre_img { font-size: 1rem; background: none; color: #595959; } -.photo_article { +.photo-article { width: 100%; display: block; - text-align: center; background: white; }