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;
|
display: flex;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: flex-start;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.home #root.v1 .top .computer {
|
.home #root.v1 .top .computer {
|
||||||
display: block;
|
display: block;
|
||||||
max-width: 1024px;
|
max-width: 800px;
|
||||||
max-height: 1024px;
|
max-height: 600px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
background-color: #1d1f20;
|
background-color: #1d1f20;
|
||||||
border: 2rem solid #a6a695;
|
border: 2rem solid #a6a695;
|
||||||
padding: 1rem 1rem;
|
padding: 1rem 1rem;
|
||||||
|
|
|
||||||
|
|
@ -140,14 +140,15 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: flex-start;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
.computer {
|
.computer {
|
||||||
display: block;
|
display: block;
|
||||||
max-width: 1024px;
|
max-width: 800px;
|
||||||
max-height: 1024px;
|
max-height: 600px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
background-color: colors.$primaryBlack;
|
background-color: colors.$primaryBlack;
|
||||||
border: 2rem solid colors.$computerBorder;
|
border: 2rem solid colors.$computerBorder;
|
||||||
padding: 1rem 1rem;
|
padding: 1rem 1rem;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue