style.css: misc changes

This commit is contained in:
dogeystamp 2023-08-14 15:36:18 -04:00
parent cd767cb500
commit 1a8458a972
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

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