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

@ -119,13 +119,13 @@
display: flex;
min-height: 100vh;
justify-content: center;
align-items: flex-start;
align-items: center;
width: 100%;
}
.home #root.v1 .top .computer {
display: block;
max-width: 800px;
max-height: 600px;
max-height: 400px;
width: 100%;
height: 100%;
background-color: #1d1f20;
@ -143,7 +143,7 @@
}
@media screen and (min-width: 600px) {
.home #root.v1 .top .computer .heading {
font-size: 1.5rem;
font-size: 1rem;
}
}
.home #root.v1 .top .computer .heading:before {
@ -183,7 +183,7 @@
}
@media screen and (min-width: 600px) {
.home #root.v1 .top .computer #body .about {
font-size: 2rem;
font-size: 1.125rem;
animation: showText 0.1s forwards;
animation-delay: 1s;
}
@ -227,7 +227,7 @@
}
@media screen and (min-width: 600px) {
.home #root.v1 .top .computer #outro .menu a {
font-size: 2rem;
font-size: 1.125rem;
}
}
.home #root.v1 .bottom {