Graph for front page

This commit is contained in:
Magnus Åhall 2024-05-28 12:03:28 +02:00
parent c82c770246
commit 0a7130f315
5 changed files with 199 additions and 0 deletions

7
static/less/index.less Normal file
View file

@ -0,0 +1,7 @@
@import "theme.less";
.graph {
margin-top: 32px;
padding: 32px;
border-radius: 16px;
}