Skip to content

Commit

Permalink
Edit min width
Browse files Browse the repository at this point in the history
  • Loading branch information
jespermhl committed Jul 24, 2024
1 parent d50d6f8 commit aba45f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ main {
}

.card {
min-width: 300px; /* Adjust this as needed */
min-width: 120px; /* Adjust this as needed */
flex: 0 0 auto; /* Ensure cards don't shrink or grow */
}
2 changes: 1 addition & 1 deletion src/assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ main {
}

.card {
min-width: 300px; /* Adjust this as needed */
min-width: 120px; /* Adjust this as needed */
flex: 0 0 auto; /* Ensure cards don't shrink or grow */
}

0 comments on commit aba45f2

Please sign in to comment.