home: wip paragraph, need to remove classNames from old website

This commit is contained in:
Agahnim 2026-03-20 17:00:29 +01:00
parent 07c1ca76bc
commit 4c6f3aa6ae
2 changed files with 58 additions and 1 deletions

View file

@ -350,6 +350,32 @@ home-content {
flex-wrap: wrap;
justify-content: center;
align-items: center;
welcome {
margin-bottom: 3rem;
text-align: center;
}
boxes {
display: flex;
width: 30%;
gap: 1rem;
box {
border-radius: 0.25rem;
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
background-color: white;
padding: 4rem;
&#bigbox {
flex: 1;
}
&#smallbox {
flex: 0.3;
}
}
}
}
/* 404 */