diff options
author | Vitaly Takmazov | 2020-04-29 09:45:34 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-04-29 09:45:34 +0300 |
commit | 6f723da6ec8f7a3f005358862e081c211243f25f (patch) | |
tree | 1a435e77815e13ddc1698f10023d1b2fbc909398 /src/main | |
parent | c09693547d75705a23198f806c1ad6945d850356 (diff) |
Use bottom padding
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/assets/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/assets/style.css b/src/main/assets/style.css index ebd73606..2ac91e91 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -143,7 +143,7 @@ pre::-moz-selection { #content { margin-top: 66px; - margin-bottom: 66px; + padding-bottom: 66px; } #minimal_content { @@ -1024,8 +1024,8 @@ article p { display: none; } #content { - margin-bottom: 12px; margin-left: 240px; + padding-bottom: 12px; } .toolbar { flex-direction: column; |