Skip to content

Commit

Permalink
feat: add gap between components in main
Browse files Browse the repository at this point in the history
  • Loading branch information
Thechi2000 committed Jan 10, 2024
1 parent a81f8c7 commit 7b8d160
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/styles/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ a {
align-items: center;
justify-content: center;

gap: 4rem;

padding: 2rem;
padding-left: 5rem;
width: calc(100vw - 7rem);
Expand All @@ -30,7 +32,6 @@ a {
fill: white;
margin: auto;
margin-top: 30vh;
margin-bottom: 5rem;

@media (max-width: 800px) {
width: 75%;
Expand Down

0 comments on commit 7b8d160

Please sign in to comment.