Skip to content

Commit

Permalink
Correct features image sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelmdLow committed Apr 1, 2024
1 parent cb1eeba commit cc4b5ad
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,10 @@
width: 100%;
}
.card {
margin: 0.5em;
width: 340px;
.card-img-top {
aspect-ratio: 4/3;
margin-bottom: 1em;
}
@media(max-width:768px) {
width: 100%;
}
Expand Down

0 comments on commit cc4b5ad

Please sign in to comment.