From 6508941a0fb066d155883c2496a8225e062cf6cb Mon Sep 17 00:00:00 2001 From: Gabriel Date: Wed, 12 Oct 2022 07:34:00 -0400 Subject: [PATCH] list alignment --- static/css/theme.css | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/static/css/theme.css b/static/css/theme.css index 6fde21d..521f410 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -151,9 +151,10 @@ article ul, article ol, article table{ text-align: left; + width:90%; } article p{ - width:100%; + width:90%; } article img{ @@ -168,18 +169,25 @@ blockquote { } .gallery{ - width:70%; + width:80%; display:flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-evenly; - } .gallery>*{ margin:0.1rem; border:1px solid var(--theme-color-accent); } +.gallery p{ + width:100%; + display:flex; + flex-direction: row; + flex-wrap: wrap; + align-items: center; + justify-content: center; +} audio{ padding:1rem;