minor changes to css and first post
This commit is contained in:
parent
12f7995358
commit
f4b35da4d9
3 changed files with 32 additions and 0 deletions
|
|
@ -27,6 +27,11 @@ hr {
|
|||
max-width: var(--max-width);
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
border: 1px solid;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
// html {
|
||||
// scroll-behavior: smooth;
|
||||
// }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue