Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
fiji-flo committed Feb 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 426806d commit f993351
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions client/src/curriculum/modules-list.scss
Original file line number Diff line number Diff line change
@@ -138,13 +138,13 @@
gap: 1rem;
grid-template-columns: 1fr 1fr 1fr;
margin: 0;
padding: 0.5rem;
overflow: scroll;
padding: 0.5rem;
scroll-snap-type: inline mandatory;
@media screen and (min-width: $screen-md) {
padding: 0;
overflow: inherit;
padding: 0;
}
scroll-snap-type: inline mandatory;

:focus-visible {
outline-offset: -2px;
@@ -159,13 +159,13 @@
justify-self: center;
max-width: 20rem;
min-width: 15rem;
padding: 0;
overflow: auto;
padding: 0;
scroll-snap-align: center;
width: 100%;
@media screen and (min-width: $screen-md) {
min-width: initial;
}
scroll-snap-align: center;
width: 100%;

.dark & {
background-color: #000;

0 comments on commit f993351

Please sign in to comment.