Adjust font size slightly on the intro
This commit is contained in:
parent
2d28711165
commit
b1958f92bb
|
@ -19,13 +19,13 @@ h1.header {
|
||||||
p.intro {
|
p.intro {
|
||||||
font-family: 'Share Tech Mono', monospace;
|
font-family: 'Share Tech Mono', monospace;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 3vw;
|
font-size: 2.5vw;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
p.info {
|
p.info {
|
||||||
font-family: 'Share Tech Mono', monospace;
|
font-family: 'Share Tech Mono', monospace;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 1.5vw;
|
font-size: 1.25vw;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
div.main {
|
div.main {
|
||||||
|
|
Loading…
Reference in New Issue