Fix centre

This commit is contained in:
Sam Therapy 2022-06-11 15:49:08 +02:00
parent 5577f6c50f
commit 1b5f0b63bf
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 1 additions and 0 deletions

View File

@ -80,5 +80,6 @@ body {
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
margin: auto;
}