Skip to content

Commit

Permalink
css change for 1to2 aspect ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
svenbuder committed Jul 27, 2023
1 parent ad0cbf3 commit e997262
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/css/access-nri.css
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,13 @@ h3 {
aspect-ratio: 1;
}

.aspect1to2-card {
flex-direction: column;
max-width: 30%;
min-width: 20%;
aspect-ratio: 2;
}

.squared-card-image-container {
height: 75%;
width: 100%;
Expand Down

0 comments on commit e997262

Please sign in to comment.