Skip to content
This repository was archived by the owner on Feb 5, 2022. It is now read-only.

Commit e5eca80

Browse files
committed
fix(our work): small screens
1 parent 3172dc2 commit e5eca80

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/pages/app-our-work/app-our-work.scss

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,12 @@
155155
left: 80px;
156156
height: 220px;
157157
}
158+
159+
@include media-breakpoint-down(xs) {
160+
left: 50px;
161+
height: 190px;
162+
top: 20px;
163+
}
158164
}
159165

160166
.behind-right {
@@ -177,6 +183,12 @@
177183
height: 220px;
178184
right: 80px;
179185
}
186+
187+
@include media-breakpoint-down(xs) {
188+
top: 20px;
189+
right: 50px;
190+
height: 190px;
191+
}
180192
}
181193

182194
.front-center {
@@ -202,6 +214,12 @@
202214
margin: auto;
203215
height: 280px;
204216
}
217+
218+
@include media-breakpoint-down(xs) {
219+
position: relative;
220+
margin: auto;
221+
height: 220px;
222+
}
205223
}
206224

207225
.card-image-row {

0 commit comments

Comments
 (0)