Skip to content

Commit

Permalink
fixed gap
Browse files Browse the repository at this point in the history
  • Loading branch information
epicX67 committed Jul 12, 2021
1 parent b00b1cf commit f8661d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ header {
// Grid
display: grid;
grid-template-columns: repeat(auto-fill, $cardSize);
gap: 8vmin;
gap: 7vmin;

.card {
position: relative;
Expand Down

0 comments on commit f8661d6

Please sign in to comment.