diff options
Diffstat (limited to 'src/index.css')
-rw-r--r-- | src/index.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.css b/src/index.css index 8871564..fbe1ef7 100644 --- a/src/index.css +++ b/src/index.css @@ -2,6 +2,7 @@ body { padding: 40px; max-width: 800px; margin: auto; + margin: 0 max(0px, round(50vw - (800px/2), 1px)); } ::selection { @@ -102,7 +103,7 @@ main { footer { text-align: center; - + a { color: #dedfd6; } |