This commit is contained in:
Robert McGovern 2022-02-08 15:54:37 +00:00
parent 02cb7b6fe3
commit 1f872127bf
1 changed files with 1 additions and 3 deletions

View File

@ -143,17 +143,15 @@ body {
.project-card {
border: 3px solid var(--projects-border-color);
border-radius: 10px;
aspect-ratio: 1 / 1.4;
overflow: hidden;
}
.project-card a {
height: auto;
aspect-ratio: 1 / 1.4;
}
.card__img {
width: 100%;
height: auto;
aspect-ratio: 1 / 1.25;
object-fit: cover;
}