Style Overhaul #2

Merged
me merged 118 commits from dev into main 2025-01-29 13:28:33 -07:00
Showing only changes of commit 4ed4290f67 - Show all commits

View File

@ -93,6 +93,12 @@
/*border: 1px solid red;*/ /* FORTESTING otherwise disable */ /*border: 1px solid red;*/ /* FORTESTING otherwise disable */
} }
code {
width: 90%;
overflow-x: scroll;
overflow-y: hidden;
}
body { body {
max-width: 1300px; max-width: 1300px;
margin-left: auto; margin-left: auto;