diff --git a/assets/styles/landing.css b/assets/styles/landing.css index 09774e3..41d20db 100644 --- a/assets/styles/landing.css +++ b/assets/styles/landing.css @@ -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; diff --git a/assets/styles/scss/landing/_computer.scss b/assets/styles/scss/landing/_computer.scss index 0fcf591..87fff65 100644 --- a/assets/styles/scss/landing/_computer.scss +++ b/assets/styles/scss/landing/_computer.scss @@ -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;