Skip to content

Commit

Permalink
Merge pull request #725 from bcgov/oleks
Browse files Browse the repository at this point in the history
DSS-890: Home Page Tile Positioning With 1920 Screen Width
  • Loading branch information
ychung-mot authored Oct 21, 2024
2 parents 8cb5fd9 + cdaa509 commit 729140a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
.cards {
display: flex;
flex-wrap: wrap;
gap: 24px;
gap: 18px;
width: 100%;
margin-bottom: 10px;

.dashboard-card {
border: 1px solid #ddd;
border-radius: 6px;
box-sizing: border-box;
padding: 18px;
padding: 16px;
background-color: #FFFFFF;

width: 470px;
height: 225px;
width: 368px;
height: 230px;

display: flex;
justify-content: space-between;
Expand Down

0 comments on commit 729140a

Please sign in to comment.