diff options
author | Leonardo Santiago <[email protected]> | 2024-11-10 15:09:54 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-11-10 15:09:54 -0300 |
commit | e915628010d6ebe0a85f34351cc4ba4c95186b7f (patch) | |
tree | 868a4d056def5fbf972ee709a704e658e3c19956 | |
parent | e20784b831d3438ca5fa2ff316bf13c24610b611 (diff) |
more padding between date and post name
-rw-r--r-- | themes/hugo-bearblog/layouts/partials/style.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/hugo-bearblog/layouts/partials/style.html b/themes/hugo-bearblog/layouts/partials/style.html index 122a641..e7aa731 100644 --- a/themes/hugo-bearblog/layouts/partials/style.html +++ b/themes/hugo-bearblog/layouts/partials/style.html @@ -119,7 +119,7 @@ } ul.blog-posts li span { - flex: 0 0 130px; + flex: 0 0 180px; } ul.blog-posts li a:visited { |