diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-14 20:21:13 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-14 20:21:13 +0300 |
commit | 97ff080c7ff22fbe4a4ffad9a8c46dca148ad73e (patch) | |
tree | a19e750628870453c8ec5edc3d20aae76a7fdb78 /assets/css | |
parent | bootstrap: lower navbar height (diff) | |
download | jekyll-theme-97ff080c7ff22fbe4a4ffad9a8c46dca148ad73e.tar.gz jekyll-theme-97ff080c7ff22fbe4a4ffad9a8c46dca148ad73e.zip |
footer: lower padding
This is in line with the previous change.
Diffstat (limited to '')
-rw-r--r-- | assets/css/jekyll-theme/footer.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/jekyll-theme/footer.css b/assets/css/jekyll-theme/footer.css index f8c5c3f..00f06e9 100644 --- a/assets/css/jekyll-theme/footer.css +++ b/assets/css/jekyll-theme/footer.css @@ -1,6 +1,6 @@ footer { margin-top: 20px; - padding: 15px 0; + padding: 10px 0; border-width: 1px 0; border-style: solid; } |