Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
pawsnana committed Oct 24, 2023
1 parent 7083abb commit 707ee30
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions projects/project-02/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,11 @@ text-decoration: none;
}

.grid-container {
margin: 0px;
margin: 20px;
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(6, 1fr);
grid-gap: 5px 5px;

padding: 0;
box-sizing: border-box;
grid-gap: 20px;
}


Expand Down

0 comments on commit 707ee30

Please sign in to comment.