Merge branch 'main' of github.com:cdransf/coryd.dev

This commit is contained in:
Cory Dransfeldt 2024-05-06 11:38:23 -07:00
commit 20ed56b848
No known key found for this signature in database
4 changed files with 20 additions and 1 deletions

View file

@ -201,6 +201,7 @@ hr {
table {
display: block;
overflow-x: scroll;
overscroll-behavior: contain;
width: 100%;
max-width: fit-content;
margin: 0 auto;