Minor desktop fix for homepage terminal
This commit is contained in:
parent
edf48de9b7
commit
e5b388cbf3
2 changed files with 8 additions and 6 deletions
|
|
@ -119,14 +119,15 @@
|
|||
display: flex;
|
||||
min-height: 100vh;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
align-items: flex-start;
|
||||
width: 100%;
|
||||
}
|
||||
.home #root.v1 .top .computer {
|
||||
display: block;
|
||||
max-width: 1024px;
|
||||
max-height: 1024px;
|
||||
max-width: 800px;
|
||||
max-height: 600px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: #1d1f20;
|
||||
border: 2rem solid #a6a695;
|
||||
padding: 1rem 1rem;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue