Font size tweaks
This commit is contained in:
parent
ba793bb6cb
commit
4eb731f179
1 changed files with 7 additions and 2 deletions
|
@ -31,14 +31,19 @@
|
|||
}
|
||||
h1 {
|
||||
font-family: "ceva", sans-serif;
|
||||
font-size: 72px;
|
||||
font-size: 8vh;
|
||||
width: 80vw;
|
||||
text-align: center;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
line-height: 10vh;
|
||||
}
|
||||
p {
|
||||
font-family: 'Source Code Pro', sans-serif;
|
||||
font-size: 36px;
|
||||
font-size: 6vh;
|
||||
color: #a0a0a0;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
margin-top: -10vh;
|
||||
width: 80vw;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in a new issue