Skip to content

Commit

Permalink
CSS tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-vasconcelos committed Dec 14, 2023
1 parent 33bdd51 commit cb8e500
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
display: flex;
flex-direction: row;
flex-wrap: wrap;
row-gap: 10px;
row-gap: 12px;
margin-top: 2px;
}

Expand All @@ -14,7 +14,7 @@

.column {
display: grid;
grid-template-rows: 26px repeat(auto-fill, 26px);
grid-auto-rows: 26px;
}

/* * */
Expand Down

0 comments on commit cb8e500

Please sign in to comment.