initial setup of website

This commit is contained in:
2023-03-10 18:38:27 +01:00
parent 0d4191eec3
commit 5ca3e383a6
26 changed files with 387 additions and 30 deletions

View File

@@ -19,10 +19,24 @@
}
.feature {
text-align: center;
display: inline-flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 40%;
width: 100%;
padding: 2%;
}
.image {
width: 40%;
height: auto;
margin: 3%;
}
@media only screen and (min-width: 999px) {
.feature {
width: 40%;
}
}