Skip to content

Commit de73be7

Browse files
author
Maria Mattlin
committed
PROD-2429 #comment Added correct picture for bug hunt tile and center aligned tile images #time 15m
1 parent b0190c9 commit de73be7

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed
Binary file not shown.
Loading

src-ts/tools/work/work-lib/work-provider/work-functions/work-store/work-type.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import imgBugHunt from '../../../work-images/bug-hunt-main.jpeg'
1+
import imgBugHunt from '../../../work-images/bug-hunt-tile.jpeg'
22
import { WorkType } from '../work-factory'
33

44
import { WorkIntakeFormRoutes } from './work-intake-form-routes.config'

src/routes/SelectWorkType/styles.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@
295295

296296
.workTypeCard {
297297
max-width: 100%;
298+
background-position: center;
298299
background-size: cover;
299300
background-repeat: no-repeat;
300301
border-radius: 8px;

0 commit comments

Comments
 (0)