Skip to content

Commit

Permalink
removing unused css rules
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHeeryTNA committed Sep 4, 2023
1 parent e6e2f86 commit e8f7999
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sass/includes/_record-matters.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@
margin-top: 1rem;
text-align: center;
display: flex;
grid-template-columns: 1fr 1fr 1fr;
//grid-template-columns: 1fr 1fr 1fr;
grid-gap: 1.5rem;

@media (max-width: $screen__md) {
grid-template-columns: 1fr;
grid-gap: 0;
//grid-template-columns: 1fr;
//grid-gap: 0;
display:block;
}
}
Expand Down

0 comments on commit e8f7999

Please sign in to comment.