Skip to content

Commit

Permalink
Fix custom docs styles (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
ewgenius authored Mar 15, 2024
1 parent 61aa82e commit 6ad0fb3
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@ h3 code {
display: none;
}
}

.card-deck {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 12px;
}

0 comments on commit 6ad0fb3

Please sign in to comment.