Skip to content
Snippets Groups Projects
Commit 5160b5ae authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Make the cards images all the same size, and shrink to fit centered

parent 13e324b5
No related branches found
No related tags found
No related merge requests found
......@@ -162,6 +162,7 @@
}
.step-body {
width: 100%;
background: $ui-white;
display: flex;
flex-direction: column;
......@@ -177,6 +178,8 @@
.step-image {
max-width: 450px;
max-height: 200px;
object-fit: contain;
background: #F9F9F9;
border: 1px solid #ddd;
border-radius: 0.5rem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment