Commit 22459cad authored by Pieterjan Vanhoof's avatar Pieterjan Vanhoof Committed by GitHub

Merge pull request #253 from nopara73/ui

Small aesthetic change
parents f1cd6844 a3004fa5
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
</svg> </svg>
<h3 class="display-5 mt-4">Welcome to Breeze</h3> <h3 class="display-5 mt-4">Welcome to Breeze</h3>
<div *ngIf="hasWallet"> <div *ngIf="hasWallet">
<p class="lead">Please choose the wallet you would like to open</p> <p class="lead">Please choose the wallet you would like to open:</p>
<div class="row d-flex justify-content-center"> <div class="row d-flex justify-content-center">
<form class="col-md-6 col-xs-12 text-left" [formGroup]="openWalletForm"> <form class="col-md-6 col-xs-12 text-left" [formGroup]="openWalletForm">
<div class="form-group"> <div class="form-group">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment