Skip to content

Commit

Permalink
fix: toolbar margin bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwind committed Nov 11, 2023
1 parent 3292e3d commit 0758362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<mat-toolbar class="categories-header mat-elevation-z4">
<mat-toolbar class="categories-header mat-elevation-z4 !mb-2">
<h1>{{ ((categorySlug$ | async) || '') | unslugify }}</h1>
<h2>分類 (共 {{ categoryPostsCount$ | async }} 篇文章)</h2>
</mat-toolbar>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<mat-toolbar class="tags-header mat-elevation-z4">
<mat-toolbar class="tags-header mat-elevation-z4 !mb-2">
<h1>{{ ((tagSlug$ | async) || '') | unslugify }}</h1>
<h2>標籤 (共 {{ tagPostsCount$ | async }} 篇文章)</h2>
</mat-toolbar>
Expand Down

0 comments on commit 0758362

Please sign in to comment.