From a647a6ab196fc900e9e11b2572e7cfa355352ed6 Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Sun, 10 Oct 2021 19:45:17 +0100 Subject: [PATCH] Minor styling tweak --- styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 80835b6..9126854 100644 --- a/styles.css +++ b/styles.css @@ -6,7 +6,6 @@ body { max-width: 800px; padding: 1em; line-height: 1.4; - text-align: justify; background-color: #fefefe; overflow-wrap: break-word; } @@ -46,7 +45,7 @@ li { margin-bottom: 1em; } -img { +img, video { margin: 0 auto; display: block; max-width: 100%;