minor changes to css and first post

This commit is contained in:
Tabby 2025-04-30 22:21:22 +10:00
parent 12f7995358
commit f4b35da4d9
3 changed files with 32 additions and 0 deletions

View file

@ -27,6 +27,11 @@ hr {
max-width: var(--max-width);
}
table, th, td {
border: 1px solid;
border-collapse: collapse;
}
// html {
// scroll-behavior: smooth;
// }