Skip to content

Commit

Permalink
style: Add margin-bottom to cards
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanghorbanee committed Aug 25, 2024
1 parent 46c29a8 commit 44e3e0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Django-Shop/static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ h1, h2, h3, h4, h5, h6 {
color: var(--text-color);
text-align: center; /* Center-aligns the text within the card */
transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for the transform and box-shadow properties */
margin-bottom: 20px;
}

.card:hover {
Expand Down

0 comments on commit 44e3e0d

Please sign in to comment.