Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotevn committed Mar 31, 2020
1 parent 324befc commit 4e9c1a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7855,7 +7855,7 @@ code {
.basic-grid {
display: grid;
gap: 1rem;

grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
align-content: center;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));

}

0 comments on commit 4e9c1a3

Please sign in to comment.