From 1a8458a9728fe7b54321377e29741125fe553037 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Mon, 14 Aug 2023 15:36:18 -0400 Subject: [PATCH] style.css: misc changes --- public/css/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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; }