Adjust font size in homePage
This commit is contained in:
parent
f204347776
commit
9e700ba4b4
1 changed files with 6 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
--black: 0, 0, 0;
|
||||
--white: 255, 255, 255;
|
||||
font-family: "Source Sans 3";
|
||||
font-size: 16pt;
|
||||
}
|
||||
|
||||
html * {
|
||||
|
@ -13,6 +14,10 @@ html * {
|
|||
|
||||
body {
|
||||
margin: 0;
|
||||
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 36pt;
|
||||
font-weight: 900;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue