Skip to content

Commit

Permalink
💄 Use container-fluid
Browse files Browse the repository at this point in the history
  • Loading branch information
ujibang committed Jan 3, 2024
1 parent 9705d4f commit cb651f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="container mt-3" *ngIf="data | async as _data">
<div class="container-fluid mt-3" *ngIf="data | async as _data">
<div class="row text-center">
<strong>{{ (size | async)?._size }} messages posted to restheart &#64;
https://demo.restheart.org/messages so far...</strong>
Expand Down

0 comments on commit cb651f8

Please sign in to comment.