diff --git a/BTCPayApp.UI/Shared/Onboarding.razor b/BTCPayApp.UI/Shared/Onboarding.razor index cf100f1..63506b0 100644 --- a/BTCPayApp.UI/Shared/Onboarding.razor +++ b/BTCPayApp.UI/Shared/Onboarding.razor @@ -1,30 +1,30 @@ @using BTCPayApp.UI.Pages @inherits Fluxor.Blazor.Web.Components.FluxorComponent - + -
- + + Welcome To BTCPay Server No fees, no third-party. All payments go through your node, running on your phone! - Next -
+ Next +
-
+ - Keep your wallet and bitcoin secure, accounting and refunding + Keep your wallet and bitcoin secure Cloud backups, enhanced accounting functionality and ability to easily refund your customers - Next -
+ Next +
-
+ Start Accepting Bitcoin Payments @@ -32,7 +32,7 @@ Pair with BTCPay Server Use standalone -
+
diff --git a/BTCPayApp.UI/wwwroot/css/site.css b/BTCPayApp.UI/wwwroot/css/site.css index 1b737f5..15d6f25 100644 --- a/BTCPayApp.UI/wwwroot/css/site.css +++ b/BTCPayApp.UI/wwwroot/css/site.css @@ -26,3 +26,19 @@ .blazor-error-boundary::after { content: "An error has occurred." } + +@media (min-width: 0px) { + #OnboardingCarousel { + min-height: 430px; + } +} +@media (min-width: 320px) { + #OnboardingCarousel { + min-height: 410px; + } +} +@media (min-width: 480px) { + #OnboardingCarousel { + min-height: 350px; + } +}