Increase font size
This commit is contained in:
parent
e34c0b6690
commit
ba793bb6cb
1 changed files with 8 additions and 3 deletions
|
@ -31,16 +31,21 @@
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-family: "ceva", sans-serif;
|
font-family: "ceva", sans-serif;
|
||||||
|
font-size: 72px;
|
||||||
|
width: 80vw;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
font-family: 'Source Code Pro', sans-serif;
|
font-family: 'Source Code Pro', sans-serif;
|
||||||
font-size: 20px;
|
font-size: 36px;
|
||||||
color: #a0a0a0;
|
color: #a0a0a0;
|
||||||
margin-top: -10vh;
|
margin-top: -10vh;
|
||||||
|
width: 80vw;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
cbase-polar {
|
cbase-polar {
|
||||||
height: 80vh;
|
height: 72vh;
|
||||||
width: 80vh;
|
width: 72vh;
|
||||||
margin-left: 80px;
|
margin-left: 80px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Add table
Reference in a new issue