diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-12-03 00:51:39 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-12-03 00:51:39 +0900 |
| commit | bd955fe72d7da9bd3ef9b1c28d99d9dffd3de564 (patch) | |
| tree | 01fd1ad44b6b1e68c4d54d9350d1a75a658eb4b1 /vhosts/blog/static/style.css | |
| parent | e0422d762ba2dbf09ee94b878441b3128230a7f3 (diff) | |
| download | nsfisis.dev-bd955fe72d7da9bd3ef9b1c28d99d9dffd3de564.tar.gz nsfisis.dev-bd955fe72d7da9bd3ef9b1c28d99d9dffd3de564.tar.zst nsfisis.dev-bd955fe72d7da9bd3ef9b1c28d99d9dffd3de564.zip | |
feat(blog/style): add margin between site logo and menu
Diffstat (limited to 'vhosts/blog/static/style.css')
| -rw-r--r-- | vhosts/blog/static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vhosts/blog/static/style.css b/vhosts/blog/static/style.css index fe1b7d4f..f39fbd6c 100644 --- a/vhosts/blog/static/style.css +++ b/vhosts/blog/static/style.css @@ -50,7 +50,7 @@ body > footer { nav { padding: 0; - margin: 0; + margin: 0.5rem 0 0; width: 100%; } |
