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 {
|
||||
font-family: "ceva", sans-serif;
|
||||
font-size: 72px;
|
||||
width: 80vw;
|
||||
text-align: center;
|
||||
}
|
||||
p {
|
||||
font-family: 'Source Code Pro', sans-serif;
|
||||
font-size: 20px;
|
||||
font-size: 36px;
|
||||
color: #a0a0a0;
|
||||
margin-top: -10vh;
|
||||
width: 80vw;
|
||||
text-align: center;
|
||||
}
|
||||
cbase-polar {
|
||||
height: 80vh;
|
||||
width: 80vh;
|
||||
height: 72vh;
|
||||
width: 72vh;
|
||||
margin-left: 80px;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue