We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f69a9c commit 562d583Copy full SHA for 562d583
Public/styles/style.css
@@ -134,6 +134,8 @@ a{
134
flex-direction: row;
135
align-items: stretch;
136
height: 100vh;
137
+ min-height: 840px;
138
+
139
}
140
141
#home .container > div {
@@ -377,3 +379,16 @@ only screen and (min-device-pixel-ratio: 1.5) {
377
379
background-repeat: no-repeat;
378
380
381
382
383
384
+@media (max-height: 900px) {
385
386
+ #home .main .robot-area .robot{
387
+ background-size: 258px 223px;
388
+ background-repeat: no-repeat;
389
+ width: 258px;
390
+ height: 223px;
391
+ margin-left: -155px;
392
+ }
393
394
+}
0 commit comments