Skip to content

Commit 562d583

Browse files
committed
Make robot smaller for small screens
1 parent 9f69a9c commit 562d583

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Public/styles/style.css

+15
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ a{
134134
flex-direction: row;
135135
align-items: stretch;
136136
height: 100vh;
137+
min-height: 840px;
138+
137139
}
138140

139141
#home .container > div {
@@ -377,3 +379,16 @@ only screen and (min-device-pixel-ratio: 1.5) {
377379
background-repeat: no-repeat;
378380
}
379381
}
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

Comments
 (0)