adjusted site css to be slightly wider

This commit is contained in:
rawleyIfowler
2022-03-02 13:45:50 -06:00
parent 383e8de3b5
commit 22811c8b0a

View File

@@ -29,7 +29,7 @@ body {
font-size: calc(12px + 0.33vw);
margin: auto;
padding: 1.3em;
max-width: clamp(300px, 600px + 3vw, 900px);
max-width: clamp(400px, 750px + 3vw, 900px);
}
h1 {