Skip to content

Commit

Permalink
SCJ-260: Use scss variable
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan-oxd committed Jul 29, 2024
1 parent c734b5b commit 5c0562e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ClientSrc/sass/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ select, input {
}

// display 2-column grid on larger screens
@media (min-width: 768px) {
@media (min-width: $breakpoint-md) {
grid-auto-flow: column;

section.actions {
Expand Down

0 comments on commit 5c0562e

Please sign in to comment.