diff --git a/style/light.css b/style/light.css index 379c535..f7237e6 100644 --- a/style/light.css +++ b/style/light.css @@ -11,7 +11,16 @@ html { body { margin-inline: auto; - max-inline-size: 99ch; + max-inline-size: 102ch; +} + +article header { + display: flex; + justify-content: space-between; +} + +div.org { + display: flex; } section.images {