1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

page header styles

This commit is contained in:
Kyle Spearrin
2018-06-09 23:43:33 -04:00
parent 945d661a1e
commit 894ab16b35
3 changed files with 7 additions and 3 deletions

View File

@@ -1 +1,3 @@
<h1>Export</h1>
<div class="page-header">
<h1>Export</h1>
</div>

View File

@@ -1 +1,3 @@
<h1>Import</h1>
<div class="page-header">
<h1>Import</h1>
</div>

View File

@@ -12,7 +12,7 @@
</div>
</div>
</div>
<div class="col-6">
<div class="col-9">
<router-outlet></router-outlet>
</div>
</div>