www/assets/home.css
2021-03-11 19:47:15 +01:00

14 lines
220 B
CSS

.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;
}