Skip to content

Commit

Permalink
center content
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Dec 24, 2021
1 parent ec1d853 commit 1e95eb8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@

<div>
<app-header></app-header>

<lion-button>This is a Lion button.</lion-button>

<lion-calendar></lion-calendar>

<lion-tabs>
<button slot="tab">Info</button>
<p slot="panel">Info page with lots of information about us.</p>
<button slot="tab">Work</button>
<p slot="panel">Work page that showcases our work.</p>
</lion-tabs>

<div class='content'>
<lion-button>This is a Lion button.</lion-button>

<lion-calendar></lion-calendar>

<lion-tabs>
<button slot="tab">Info</button>
<p slot="panel">Info page with lots of information about us.</p>
<button slot="tab">Work</button>
<p slot="panel">Work page that showcases our work.</p>
</lion-tabs>

<content-outlet></content-outlet>
</div>

Expand Down

0 comments on commit 1e95eb8

Please sign in to comment.