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

@ -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;