Skip to content

Commit

Permalink
css updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gqcn committed Nov 26, 2024
1 parent 5072349 commit f587713
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -555,11 +555,11 @@
}

.md\:justify-start {
justify-content: flex-start;
justify-content: flex-start !important;
}

.md\:justify-end {
justify-content: flex-end;
justify-content: flex-end !important;
}

.md\:gap-5 {
Expand Down

0 comments on commit f587713

Please sign in to comment.