diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-13 18:17:14 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-13 18:17:14 +0300 |
commit | a44a262bb095afc635ee274b758adba0fd6b3cea (patch) | |
tree | 9efc29c7c53b45a339bd7bee7afe500b63cb88bd /assets/css | |
parent | css: remove a useless class (diff) | |
download | jekyll-theme-a44a262bb095afc635ee274b758adba0fd6b3cea.tar.gz jekyll-theme-a44a262bb095afc635ee274b758adba0fd6b3cea.zip |
css: shorten property
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 4f14c0e..f8c5c3f 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 15px; + padding: 15px 0; border-width: 1px 0; border-style: solid; } |