diff options
author | 2021-06-08 14:14:47 -0500 | |
---|---|---|
committer | 2021-06-08 14:14:52 -0500 | |
commit | de5fc1de200fe0981d1c87e1fe31d54a437f01ed (patch) | |
tree | 5b07f84781db8efb0941fd09d93013c57298c706 /www/src/components/BlogHeader.astro | |
parent | c269c0f23cac85e83cb83c968870d9246fe013f2 (diff) | |
download | astro-de5fc1de200fe0981d1c87e1fe31d54a437f01ed.tar.gz astro-de5fc1de200fe0981d1c87e1fe31d54a437f01ed.tar.zst astro-de5fc1de200fe0981d1c87e1fe31d54a437f01ed.zip |
feat: fix www styles
Diffstat (limited to 'www/src/components/BlogHeader.astro')
-rw-r--r-- | www/src/components/BlogHeader.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/src/components/BlogHeader.astro b/www/src/components/BlogHeader.astro index 75130722f..40d030a4c 100644 --- a/www/src/components/BlogHeader.astro +++ b/www/src/components/BlogHeader.astro @@ -41,7 +41,7 @@ header { padding-top: 1rem; padding-bottom: 1rem; - height: 4.5rem; + height: 5rem; } article { display: flex; |