From 49a1671d17ffa8adc924999f73d9cb527ab28180 Mon Sep 17 00:00:00 2001 From: micouy Date: Tue, 3 Dec 2024 20:58:55 +0100 Subject: [PATCH] Improve looks --- static/style.css | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/static/style.css b/static/style.css index b21a47f..5ede8ea 100644 --- a/static/style.css +++ b/static/style.css @@ -6,22 +6,25 @@ --font-family: sans-serif; } -body { - /* font-size: 5vw; */ -} - main { display: flex; flex-direction: column; +} + +main p { text-align: justify; + overflow-x: hidden; } -main > img { - align-self: center; +main img { + /* align-self: center; */ + margin-left: auto; + margin-right: auto; + max-width: 100%; + max-height: 50rem; } main > pre { - /* align-self: center; */ width: 100%; }