From a574620620ceb6b65740e35ebd3785a71b6f94cc Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Wed, 12 Feb 2025 15:00:59 +0100 Subject: [PATCH] css/indent --- style/light.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style/light.css b/style/light.css index 0c2e37b..f8b16d6 100644 --- a/style/light.css +++ b/style/light.css @@ -9,8 +9,8 @@ html { } section.images { -display: flex; -justify-content: space-around; + display: flex; + justify-content: space-around; } h1 { font-size: 1.5rem; } @@ -20,11 +20,11 @@ h4 { font-size: 1.2rem; } h5 { font-size: 1.1rem; } h6 { font-size: 1.0rem; } h1, h2, h3, h4, h5, h6 { -margin-block: .5em; + margin-block: .5em; } img.big { -block-size: 4em; + block-size: 4em; } img.inline { block-size: 1.5em; @@ -32,7 +32,7 @@ img.inline { } ul { -padding-inline-start: 1.25em; + padding-inline-start: 1.25em; } .columns {