Skip to content

Commit

Permalink
Make continue button look better
Browse files Browse the repository at this point in the history
  • Loading branch information
rcalef committed May 12, 2024
1 parent 6ffd6bb commit 448d70e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/routes/dashboard/Dashboard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,9 @@
wondering what you can do to improve your community's access to high-paying jobs without having to compromise by
either spending more money on rent or spending more time commuting to work.
</p>
<button class="closeButton" on:click={completeNarrative}>Continue</button>
<div class="buttonDiv">
<button on:click={completeNarrative}>Continue</button>
</div>
</div>
{/if}
{#if dashboard && showPopup}
Expand Down Expand Up @@ -1231,6 +1233,9 @@
text-align: left;
font-size: 16px;
}
.buttonDiv {
text-align: center;
}
.closeButton {
position: absolute;
Expand Down

0 comments on commit 448d70e

Please sign in to comment.