Skip to content

Commit 729140a

Browse files
authored
Merge pull request #725 from bcgov/oleks
DSS-890: Home Page Tile Positioning With 1920 Screen Width
2 parents 8cb5fd9 + cdaa509 commit 729140a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

frontend/src/app/features/components/dashboard/dashboard.component.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
.cards {
1717
display: flex;
1818
flex-wrap: wrap;
19-
gap: 24px;
19+
gap: 18px;
2020
width: 100%;
2121
margin-bottom: 10px;
2222

2323
.dashboard-card {
2424
border: 1px solid #ddd;
2525
border-radius: 6px;
2626
box-sizing: border-box;
27-
padding: 18px;
27+
padding: 16px;
2828
background-color: #FFFFFF;
2929

30-
width: 470px;
31-
height: 225px;
30+
width: 368px;
31+
height: 230px;
3232

3333
display: flex;
3434
justify-content: space-between;

0 commit comments

Comments
 (0)