Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Commit

Permalink
Home-page card size consistent height
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamara committed Nov 23, 2024
1 parent 45629ef commit 0a7570e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/js/components/pages/HomeComponent.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@

.home-card-cost {
margin-right: 10px;
}

.home-card > .card-body {
height: 150px;
}

0 comments on commit 0a7570e

Please sign in to comment.