Skip to content

Commit 28c0010

Browse files
committed
demo(app): adjusted the layout ngb-auth-firebaseui's card
1 parent 0cdd3b2 commit 28c0010

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

demo/src/app/home/home.component.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ <h1>@firebaseui/ng-bootstrap</h1>
2525
<section class="home">
2626
<div class="container">
2727
<!-- put your content here-->
28-
<div class="card">
28+
<div class="card mx-auto col-xl-6 col-lg-8 col-sm-10">
2929
<div class="card-body">
30+
<h5 class="card-title">@firebaseui/ng-bootstrap</h5>
3031
<ngb-auth-firebaseui (onSuccess)="printUser($event)"
3132
(onError)="printError($event)">
3233
</ngb-auth-firebaseui>

0 commit comments

Comments
 (0)