Adjust font size in homePage

This commit is contained in:
Late Night Defender 2024-12-10 02:36:56 +07:00
parent f204347776
commit 9e700ba4b4

View file

@ -4,6 +4,7 @@
--black: 0, 0, 0; --black: 0, 0, 0;
--white: 255, 255, 255; --white: 255, 255, 255;
font-family: "Source Sans 3"; font-family: "Source Sans 3";
font-size: 16pt;
} }
html * { html * {
@ -13,6 +14,10 @@ html * {
body { body {
margin: 0; margin: 0;
} }
.title {
font-size: 36pt;
font-weight: 900;
text-align: center;
}