Adjust font size slightly on the intro

This commit is contained in:
IDeletedSystem64 2022-04-27 19:51:01 -05:00
parent 2d28711165
commit b1958f92bb
1 changed files with 2 additions and 2 deletions

View File

@ -19,13 +19,13 @@ h1.header {
p.intro {
font-family: 'Share Tech Mono', monospace;
color: white;
font-size: 3vw;
font-size: 2.5vw;
text-align: center;
}
p.info {
font-family: 'Share Tech Mono', monospace;
color: white;
font-size: 1.5vw;
font-size: 1.25vw;
text-align: center;
}
div.main {