Skip to content

Commit

Permalink
Adjust project card paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Aug 1, 2024
1 parent 96dacb4 commit cf013e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/assets/css/projects.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@

.project-card {
box-shadow: var(--bs-main);
border-radius: 0.375rem;
border-radius: 0.5em;
border: 0.15em solid var(--clr-accent-700);
}

.project-card__image-wrapper img {
width: 100%;
height: auto;
border-top-left-radius: 0.375rem;
border-top-right-radius: 0.375rem;
border-top-left-radius: 0.375em;
border-top-right-radius: 0.375em;
transition: transform 0.3s ease 0s;
}

Expand All @@ -41,7 +41,7 @@
.project-card__tags {
margin-bottom: 1rem;
display: flex;
gap: 1rem;
gap: 0.5em;
}

.project-card__tag {
Expand Down

0 comments on commit cf013e8

Please sign in to comment.