Skip to content

Commit

Permalink
update css
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoNardoRR committed Oct 12, 2023
1 parent 5f05f77 commit 94caea8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/card.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ nav ul li a:hover {

.cards {
display: flex;
position: absolute;
align-items: center;
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
Expand Down

0 comments on commit 94caea8

Please sign in to comment.