Skip to content

Commit

Permalink
Update main.sass to remove semicolons.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanceM authored Nov 9, 2023
1 parent 1aeefc4 commit c39a47d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/jb/assets/css/main.sass
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

.host-list .columns
@include until(600px)
display: grid;
grid-template-columns: repeat(2, 1fr);
display: grid
grid-template-columns: repeat(2, 1fr)
.column:first-child:last-child
grid-column: 1 / span 2;
grid-column: 1 / span 2

0 comments on commit c39a47d

Please sign in to comment.