Skip to content

Commit

Permalink
Deploy preview for PR 433 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
atteggiani committed Jul 13, 2023
1 parent 10f6b48 commit 234aecb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pr-preview/pr-433/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
Binary file modified pr-preview/pr-433/sitemap.xml.gz
Binary file not shown.

0 comments on commit 234aecb

Please sign in to comment.