adjusted site css to be slightly wider
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user