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; }