Skip to content

Commit

Permalink
deploy: 5b3dc69
Browse files Browse the repository at this point in the history
  • Loading branch information
cieslarmichal committed Dec 3, 2023
1 parent 62f83b7 commit d4a120c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,3 @@ ul {
width: 100%;
grid-gap: 1rem;
}

@media (min-width: 600px) {
.api-groups {
grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 900px) {
.api-groups {
grid-template-columns: repeat(3, 1fr);
}
}

0 comments on commit d4a120c

Please sign in to comment.