diff options
Diffstat (limited to 'assets/style.css')
-rw-r--r-- | assets/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/style.css b/assets/style.css index a1e8614..113ad94 100644 --- a/assets/style.css +++ b/assets/style.css @@ -123,6 +123,10 @@ a.blog-tags { line-height: 2; } +h3.blog-filter { + margin-bottom: 0; +} + .disabled { color: currentColor; cursor: not-allowed; |