Skip to content

Commit

Permalink
adjustments for buttons on record revealed pages
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHeeryTNA committed Sep 1, 2023
1 parent 8586a8a commit e6e2f86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sass/includes/_record-matters.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,14 @@
&__buttons {
margin-top: 1rem;
text-align: center;
display: grid;
display: flex;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 1.5rem;

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

0 comments on commit e6e2f86

Please sign in to comment.