Skip to content

Commit

Permalink
Fix card sizing on front page
Browse files Browse the repository at this point in the history
  • Loading branch information
smyler3 committed Nov 12, 2023
1 parent 605243a commit 5eefd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@

/* This tag applies to the description cards on landing page */
.custom-descriptioncards {
@apply bg-white rounded-3xl shadow-md hover:shadow-lg transition duration-300 ease-in-out custom-card-height;
@apply bg-white rounded-3xl shadow-md hover:shadow-lg transition duration-300 ease-in-out;
/* hover:outline hover:outline-2 hover:outline-teal-500; */
}
/* Styles the colour and interactivity of the subject and assignment cards */
Expand Down

0 comments on commit 5eefd7b

Please sign in to comment.