Added About and Team components with routing

This commit introduces new "About" and "Team" components, integrating them into the application and updating the routing module.
This commit is contained in:
Peter
2025-04-06 13:03:59 +02:00
parent 2eb619b253
commit 6e459767ed
11 changed files with 229 additions and 5 deletions
+30 -1
View File
@@ -212,7 +212,7 @@ ol li {
line-height: 1.5em;
}
.paragraph h2, .paragraph h3, .paragraph p, .columnparagraph h2, .columnparagraph p {
.paragraph h2, .paragraph h3, .paragraph p, .columnParagraph h2, .columnParagraph p {
padding-bottom: 15px;
}
@@ -256,6 +256,35 @@ main .container {
font-family: 'minecraft-text', sans-serif;
}
// Column styling
.columnSection {
width: 80%;
padding-top: 60px;
max-width: 1020px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
flex: 1 0 auto;
}
.columnContainer {
width: 50%;
box-sizing: border-box;
padding: 0 15px;
}
.columnParagraph {
line-height: 1.5em;
padding-bottom: 30px;
}
.columnParagraph img {
padding: 30px 0;
display: block;
margin: 0 auto;
}
// Call to Action button
.button-outer {
display: inline-block;
font-family: 'minecraft-text', sans-serif;