diff --git a/public/css/style.css b/public/css/style.css index 16411e5..d285806 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -44,7 +44,8 @@ so here's the license body { font-family: Inter, sans-serif; - width: 85vmin; + min-width: 20em; + width: 70vmin; margin: auto; background: #101010; color: #ffffff; @@ -107,11 +108,11 @@ span.created { margin: 4px 15px; } img { - border: 1px solid #444444; border-radius: 0.5vmin; height: auto; max-width: 100%; width: auto; + margin-left: 1em; } .logo { @@ -179,4 +180,5 @@ a { } p, pre, table, blockquote { margin-left: 1rem; + text-align: justify; }