First commit

This commit is contained in:
Victor Barberan 2025-01-17 22:46:52 +01:00
parent d8275ce235
commit 7ae4644893
22 changed files with 18552 additions and 0 deletions

View file

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