blob: c706cf5001f48d57b90d3a8c12ad3b10e0d418b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
.home-page h1 {
text-align: center;
margin-top: 3rem;
padding-bottom: 1.5rem;
font-size: 3rem;
font-weight: 700;
line-height: 1.2;
margin-bottom: .5rem;
}
.home-page p {
font-size: 1.25rem;
font-weight: 300;
}
|