Reduce padding on mobile

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
Marcus Noble 2022-08-07 13:48:23 +01:00
parent cfa8450f9d
commit 64a3bbbe21
Signed by: AverageMarcus
GPG Key ID: B8F2DB8A7AEBAF78
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@
background-size: contain
}
main {
padding: .5em 4em;
padding: .5em 1.5em;
overflow-y: unset;
}