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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user