Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 1e43018

Browse files
authored
Refactor title class styles for better alignment
1 parent 346e6e1 commit 1e43018

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ main {
8484
font-size: 5dvw;
8585
font-family: "Arial", sans-serif;
8686
text-align: center;
87-
justify-content: center;
88-
margin-top: 5px;
87+
margin: 5px auto 0 auto;
88+
width: fit-content;
8989
}

0 commit comments

Comments
 (0)