Minor desktop fix for homepage terminal

This commit is contained in:
Alex 2026-06-05 10:55:15 -07:00
parent edf48de9b7
commit e5b388cbf3
2 changed files with 8 additions and 6 deletions

View file

@ -119,14 +119,15 @@
display: flex; display: flex;
min-height: 100vh; min-height: 100vh;
justify-content: center; justify-content: center;
align-items: center; align-items: flex-start;
width: 100%; width: 100%;
} }
.home #root.v1 .top .computer { .home #root.v1 .top .computer {
display: block; display: block;
max-width: 1024px; max-width: 800px;
max-height: 1024px; max-height: 600px;
width: 100%; width: 100%;
height: 100%;
background-color: #1d1f20; background-color: #1d1f20;
border: 2rem solid #a6a695; border: 2rem solid #a6a695;
padding: 1rem 1rem; padding: 1rem 1rem;

View file

@ -140,14 +140,15 @@
display: flex; display: flex;
min-height: 100vh; min-height: 100vh;
justify-content: center; justify-content: center;
align-items: center; align-items: flex-start;
width: 100%; width: 100%;
.computer { .computer {
display: block; display: block;
max-width: 1024px; max-width: 800px;
max-height: 1024px; max-height: 600px;
width: 100%; width: 100%;
height: 100%;
background-color: colors.$primaryBlack; background-color: colors.$primaryBlack;
border: 2rem solid colors.$computerBorder; border: 2rem solid colors.$computerBorder;
padding: 1rem 1rem; padding: 1rem 1rem;