update about page header font sizes
This commit is contained in:
parent
62fbb6f8e7
commit
8fddea697f
|
@ -32,6 +32,16 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.intro p {
|
||||||
|
font-size: 2.2rem;
|
||||||
|
margin: 0.5rem 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-size: 3.2rem;
|
||||||
|
margin: 0.75rem;
|
||||||
|
}
|
||||||
|
|
||||||
.more-hint {
|
.more-hint {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 50%;
|
right: 50%;
|
||||||
|
@ -55,7 +65,7 @@
|
||||||
}
|
}
|
||||||
.content {
|
.content {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 1.1em;
|
font-size: 1.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
|
Reference in New Issue