Initial commit

This commit is contained in:
J-onasJones 2024-08-29 19:35:07 +02:00
commit cce9a82acb
33 changed files with 1305 additions and 0 deletions

View file

@ -0,0 +1,11 @@
.features {
display: flex;
align-items: center;
padding: 2rem 0;
width: 100%;
}
.featureSvg {
height: 200px;
width: 200px;
}