diff options
author | 2021-11-19 12:16:17 -0800 | |
---|---|---|
committer | 2021-11-19 12:16:17 -0800 | |
commit | 8fc48fb2a099117dcc254e5a1a89a9b1f033492c (patch) | |
tree | a979dcf52cb138dd6af9347f7b52193a8cdd1b38 /www/src/components/BlogPostPreview.astro | |
parent | f7b23d5cf19e85181176856b46c88ae7b3d78462 (diff) | |
download | astro-8fc48fb2a099117dcc254e5a1a89a9b1f033492c.tar.gz astro-8fc48fb2a099117dcc254e5a1a89a9b1f033492c.tar.zst astro-8fc48fb2a099117dcc254e5a1a89a9b1f033492c.zip |
[blog] New 0.21 release post (#1899)
* v0.21 release post
* chore: update formatting
Co-authored-by: Nate Moore <nate@skypack.dev>
Diffstat (limited to 'www/src/components/BlogPostPreview.astro')
-rw-r--r-- | www/src/components/BlogPostPreview.astro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/src/components/BlogPostPreview.astro b/www/src/components/BlogPostPreview.astro index 8ec716736..bb1459dbb 100644 --- a/www/src/components/BlogPostPreview.astro +++ b/www/src/components/BlogPostPreview.astro @@ -34,8 +34,6 @@ header { text-align: left; align-items: flex-start; justify-content: center; - - padding-bottom: 2rem; } .title, |