home: add welcome text

This commit is contained in:
Agahnim 2026-03-19 17:01:44 +01:00
parent b5806510f1
commit 6325e0568c
2 changed files with 13 additions and 26 deletions

View file

@ -71,6 +71,13 @@ navbar {
color: inherit;
}
}
}
/* Home */
home-content {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}