From e5b388cbf340adc06d41d6f6b45f6ecf30be11a0 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 5 Jun 2026 10:55:15 -0700 Subject: [PATCH] Minor desktop fix for homepage terminal --- assets/styles/landing.css | 7 ++++--- assets/styles/scss/landing/_computer.scss | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/assets/styles/landing.css b/assets/styles/landing.css index 09774e3..41d20db 100644 --- a/assets/styles/landing.css +++ b/assets/styles/landing.css @@ -119,14 +119,15 @@ display: flex; min-height: 100vh; justify-content: center; - align-items: center; + align-items: flex-start; width: 100%; } .home #root.v1 .top .computer { display: block; - max-width: 1024px; - max-height: 1024px; + max-width: 800px; + max-height: 600px; width: 100%; + height: 100%; background-color: #1d1f20; border: 2rem solid #a6a695; padding: 1rem 1rem; diff --git a/assets/styles/scss/landing/_computer.scss b/assets/styles/scss/landing/_computer.scss index 0fcf591..87fff65 100644 --- a/assets/styles/scss/landing/_computer.scss +++ b/assets/styles/scss/landing/_computer.scss @@ -140,14 +140,15 @@ display: flex; min-height: 100vh; justify-content: center; - align-items: center; + align-items: flex-start; width: 100%; .computer { display: block; - max-width: 1024px; - max-height: 1024px; + max-width: 800px; + max-height: 600px; width: 100%; + height: 100%; background-color: colors.$primaryBlack; border: 2rem solid colors.$computerBorder; padding: 1rem 1rem;