feat(ui): new design footer content layout

This commit is contained in:
Cotes Chung
2023-04-02 12:10:08 +08:00
parent 83f1c34f92
commit 3210c59466
22 changed files with 76 additions and 74 deletions

View File

@@ -12,7 +12,7 @@ $sidebar-width-large: 300px !default; /* screen width: >= 1650px */
$topbar-height: 3rem !default;
$search-max-width: 210px !default;
$footer-height: 5rem !default;
$footer-height-mobile: 6rem !default; /* screen width: <= 576px */
$footer-height-mobile: 6rem !default; /* screen width: < 850px */
$main-content-max-width: 1250px !default;
$bottom-min-height: 35rem !default;
$base-radius: 0.5rem;