diff --git a/network-poc/frontend/src/styles/global.css b/network-poc/frontend/src/styles/global.css index 5abad7e..57a5fb5 100644 --- a/network-poc/frontend/src/styles/global.css +++ b/network-poc/frontend/src/styles/global.css @@ -19,7 +19,7 @@ body { min-height: 100vh; } -.container { max-width: 1200px; margin: 0 auto; padding: 20px; } +.container { max-width: 1600px; margin: 0 auto; padding: 20px 40px; } /* Tabs */ .tabs { display: flex; gap: 4px; margin-bottom: 16px; } @@ -51,8 +51,8 @@ body { .terminal { background: #010409; border: 1px solid var(--border); border-top: none; font-family: 'Courier New', monospace; font-size: 14px; - min-height: 300px; max-height: 60vh; overflow-y: auto; - padding: 8px 12px; + min-height: 400px; max-height: 70vh; overflow-y: auto; + padding: 12px 16px; } .terminal-line { padding: 1px 0; white-space: pre-wrap; word-break: break-word; } .terminal-prompt { color: var(--yellow); margin-right: 8px; }