feat: basic home page

Created a basic home page with links, a header with a link to home, some basic reusable CSS classes.

ref: N25B-38
This commit is contained in:
Twirre Meulenbelt
2025-10-08 15:03:44 +02:00
parent f889fad732
commit 46cc5a087d
9 changed files with 148 additions and 119 deletions

View File

@@ -1,6 +1,24 @@
.read_the_docs {
color: #888;
}
.card {
padding: 2em;
}
.links {
display: flex;
flex-direction: column;
gap: 1em;
align-items: center;
}
.gap-xl {
gap: 2rem;
}
.links {
display: flex;
flex-direction: column;
gap: 1em;
}