church-website/src/app/(home)/globals.css
2025-02-21 15:22:12 +01:00

17 lines
No EOL
188 B
CSS

html,
body {
margin: 0;
display: flex;
flex-direction: column;
min-height: 100vh;
color: #2c2c2c;
}
main {
flex: 1;
}
.mainContent {
font-size: 20px;
line-height: 147%;
}