perf(layout): improve margins for tail block (#1243)

Keeps the margin of the elements in the tail area consistent regardless of the number of siblings, or if a <script> is inserted.
This commit is contained in:
Cotes Chung
2023-09-18 03:26:02 +08:00
committed by GitHub
parent e78f67d354
commit 13a3c3c906
4 changed files with 18 additions and 17 deletions

View File

@@ -14,7 +14,6 @@ $search-max-width: 200px !default;
$footer-height: 5rem !default;
$footer-height-large: 6rem !default; /* screen width: < 850px */
$main-content-max-width: 1250px !default;
$bottom-min-height: 35rem !default;
$base-radius: 0.5rem !default;
$back2top-size: 2.75rem !default;