Disable auto margin in console.css

Removed the `margin: 0 auto;` line and replaced it with a commented-out version to keep it for reference while disabling the margin setting.
This commit is contained in:
DJObleezy 2025-04-12 13:28:24 -07:00
parent 6a63add833
commit 308abcce5f

View File

@ -117,7 +117,7 @@ body {
scrollbar-color: var(--console-text) var(--console-bg);
padding: 10px;
max-width: 900px;
margin: 0 auto;
/*margin: 0 auto;*/
position: relative;
}