diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/html/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/html/index.html b/www/html/index.html index 0b815e0..091cba4 100644 --- a/www/html/index.html +++ b/www/html/index.html @@ -20,7 +20,6 @@ font-family: sans-serif; color: var(--primary); background-color: var(--background-primary); - text-align: center; } body::before { content: ''; @@ -44,6 +43,7 @@ background-color: var(--background-primary); } td > table { + text-align: center; background-color: var(--background-secondary); border-color: var(--highlight); } @@ -56,6 +56,9 @@ height: 1.5em; font-size: 1.5em; } + footer { + text-align: center; + } footer nav ul { display: flex; gap: 2em; |
