Skip to content

Commit

Permalink
fixes: update illustration display
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubigny committed Oct 14, 2024
1 parent f1f8325 commit fc5db13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions assets/css/imports/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ main {
background: #f6f6f6;
}

.onboarding-container > *:last-child img {
height: 20rem;
margin: 1.5rem 0 1.5rem ;
}

.onboarding-container {
display: grid;
grid-template-columns: 1fr 1fr;
Expand Down
2 changes: 1 addition & 1 deletion src/views/_layout.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<main class="onboarding-container">
<%- body; %>
<div class="centered-container">
<img height="330px" src="/dist/<%= locals.illustration ? locals.illustration : 'illu-account.svg' ;%>" alt="" />
<img src="/dist/<%= locals.illustration ? locals.illustration : 'illu-account.svg' ;%>" alt="" />
</div>
</main>
<% } %>
Expand Down

0 comments on commit fc5db13

Please sign in to comment.