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;
|
--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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue