Re-center "reiyua"

This commit is contained in:
Ray 2024-08-22 14:42:29 +10:00 committed by GitHub
parent 08e61f3859
commit eab1e96a20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -18,9 +18,13 @@ body {
} }
.centered-content { .centered-content {
position: relative; position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center; text-align: center;
color: #ffffff; color: #ffffff;
width: 100%;
} }
h1 { h1 {