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 {