diff --git a/css/style.css b/css/style.css index c337650..3a95fb4 100644 --- a/css/style.css +++ b/css/style.css @@ -348,7 +348,7 @@ a:hover { color: #fff; text-shadow: none; } grid-template-columns: 400px 1fr 420px; grid-template-rows: auto; gap: 1.5rem; - align-items: start; + align-items: stretch; animation: fadeIn 1s ease both; } @@ -1829,9 +1829,9 @@ a:hover { color: #fff; text-shadow: none; } .chat-terminal { display: flex; flex-direction: column; - height: 100%; - min-height: 420px; - max-height: 560px; + height: 500px; + + background: rgba(10, 10, 10, 0.85); border: 1px solid var(--border); backdrop-filter: blur(4px);