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

Commit 81d31b1

Browse files
fix(our-work): update background image position in card
1 parent d2119f1 commit 81d31b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,16 +227,19 @@
227227
&.mobilemeasures {
228228
background-image: url('/assets/apps/mobilemeasures/background-graphic.png');
229229
background-size: cover;
230+
background-position: center;
230231
}
231232

232233
&.loudcloud {
233234
background-image: url('/assets/home-graphic-loudcloud-pattern.jpg');
234235
background-size: cover;
236+
background-position: center;
235237
}
236238

237239
&.voyage {
238240
background-image: url('/assets/home-graphic-voyage-pattern.jpg');
239241
background-size: cover;
242+
background-position: center;
240243
}
241244
}
242245
}

0 commit comments

Comments
 (0)