Font size fixes for terminal

This commit is contained in:
Alex 2026-06-05 10:58:55 -07:00
parent e5b388cbf3
commit 7f1d17ee09
2 changed files with 10 additions and 10 deletions

View file

@ -140,13 +140,13 @@
display: flex;
min-height: 100vh;
justify-content: center;
align-items: flex-start;
align-items: center;
width: 100%;
.computer {
display: block;
max-width: 800px;
max-height: 600px;
max-height: 400px;
width: 100%;
height: 100%;
background-color: colors.$primaryBlack;
@ -164,7 +164,7 @@
padding-left: 1rem;
@media screen and (min-width: 600px) {
font-size: 1.5rem;
font-size: 1rem;
}
&:before {
@ -210,7 +210,7 @@
color: colors.$primaryYellow;
@media screen and (min-width: 600px) {
font-size: 2rem;
font-size: 1.125rem;
animation: showText 0.1s forwards;
animation-delay: 1s;
}
@ -257,7 +257,7 @@
cursor: pointer;
@media screen and (min-width: 600px) {
font-size: 2rem;
font-size: 1.125rem;
}
}
}