liljudd-website/app/home.module.css

34 lines
378 B
CSS
Raw Normal View History

2023-10-22 22:17:15 +00:00
.section {
display: flex;
2023-11-09 11:44:18 +00:00
flex-direction: column;
2023-10-22 22:17:15 +00:00
justify-content: center;
2023-11-09 11:44:18 +00:00
text-align: center;
2023-10-22 22:17:15 +00:00
}
2023-11-09 11:44:18 +00:00
.section h1 {
font-size: 4rem;
margin-top: 8rem;
}
.section h5 {
font-size: 1.5rem;
margin-top: .25rem;
}
.section div {
margin-top: 1.5rem;
}
.p1 {
font-size: 1rem;
}
.p2 {
font-size: 0.8rem;
}
.p2 a {
font-weight: bolder;
}