Add disk_usage

This commit is contained in:
2025-07-08 17:41:57 +02:00
parent 918ca9cb2c
commit 518a9b2484
2 changed files with 15 additions and 6 deletions

View File

@@ -154,6 +154,10 @@ main section h3 {
text-align: center;
}
.right {
text-align: right;
}
main section p,
main section table {
max-width: 1000px;