Skip to content

Commit

Permalink
Change start to flex-start
Browse files Browse the repository at this point in the history
  • Loading branch information
thsparks committed Jan 23, 2024
1 parent b7eb28d commit 654e400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teachertool/src/teacherTool.css
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ code {
.catalog-item {
display: flex;
align-items: center;
justify-content: start;
justify-content: flex-start;
margin: 0;
padding: 1rem;
border: none;
Expand Down

0 comments on commit 654e400

Please sign in to comment.