Skip to content

Commit

Permalink
styles: fix gap
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelRajodiya committed Oct 9, 2024
1 parent ec595c8 commit dfa9b1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/HomePageLinks/HomePageLinks.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.HomePageLinks {
display: grid;
grid-template-rows: repeat(4, 1fr);
gap: 16px;
gap: 8px;
column-gap: 32px;
grid-auto-flow: column;
}
3 changes: 2 additions & 1 deletion app/styles/page.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
color: white;
height: max-content;
width: 100%;
padding-block: 64px;
padding-top: 64px;
padding-bottom: 96px;

align-items: center;
}
Expand Down

0 comments on commit dfa9b1e

Please sign in to comment.