Skip to content

Commit

Permalink
Minor fixes to cards
Browse files Browse the repository at this point in the history
  • Loading branch information
atteggiani committed Jul 13, 2023
1 parent d76342b commit 44f9e0f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/css/access-nri.css
Original file line number Diff line number Diff line change
Expand Up @@ -422,10 +422,11 @@ h3 {

.squared-card-image-container {
height: 75%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin: 0.6em 0.6em 0 0.6em;
padding: 0.6em 0.6em 0 0.6em;
overflow: hidden;
border-radius: 8px;
}
Expand Down Expand Up @@ -454,10 +455,11 @@ h3 {

.rectangular-card-image-container {
width: 35%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
margin: 0.6em 0 0.6em 0.6em;
padding: 0.6em 0 0.6em 0.6em;
overflow: hidden;
border-radius: 8px;
}
Expand All @@ -477,6 +479,11 @@ h3 {
align-items: center;
}

.rectangular-card-image-container > img,
.squared-card-image-container > img {
border-radius: 8px;
}

.configuration-card {
height: 15em;
}
Expand Down

0 comments on commit 44f9e0f

Please sign in to comment.