all repos — site @ fa124915ac3766cf4cf307e109a8ffd661d1bd3b

source for my site, found at icyphox.sh

style: center images
Anirudh Oppiliappan x@icyphox.sh
Fri, 01 Jul 2022 16:16:38 +0530
commit

fa124915ac3766cf4cf307e109a8ffd661d1bd3b

parent

5a87f2abe4070f411f085dadfb1a4a8277d1b68a

1 files changed, 7 insertions(+), 1 deletions(-)

jump to
M static/style.cssstatic/style.css

@@ -106,7 +106,7 @@ main article img {

max-width: 100%; width: 100%; display: block; - margin: 0 0 15px 0; + margin: 0 auto 4px auto; } main ul, main ol {

@@ -115,6 +115,12 @@ }

main ul ul { margin-bottom: 0 +} + +.row { + display: flex; + flex-wrap: wrap; + padding: 0 4px 7px 0; } .subtitle {