Skip to content

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Lanzilotto committed Dec 9, 2024
1 parent e33cdb1 commit 2e2d5ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</div>
</div>
<div class="onboarding-welcome-btn-container">
<div class="nboarding-welcome-btn-wpr">
<div class="onboarding-welcome-btn-wpr">


<button class="btn btn-lg btn-primary" (click)="goToOnboadingSteps()">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@
justify-content: center;
}

.onboarding-welcome-btn-wpr > button {
border-radius: var(--btn-border-radius) !important;
}


@media (max-width: 668px){
.onboarding-welcome-subtitle {
Expand Down

0 comments on commit 2e2d5ff

Please sign in to comment.