Font size fixes for terminal
This commit is contained in:
parent
e5b388cbf3
commit
7f1d17ee09
2 changed files with 10 additions and 10 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue