chore: optimize the layout of main content and search input

This commit is contained in:
Cotes Chung
2022-06-08 22:35:13 +08:00
parent 35cadf969d
commit fd0f983bbe
5 changed files with 17 additions and 6 deletions

View File

@@ -20,10 +20,12 @@ $cursor-width: 2px !default; /* the cursor width of the selected tab */
$topbar-height: 3rem !default;
$search-max-width: 210px !default;
$footer-height: 5rem !default;
$footer-height-mobile: 6rem !default; /* screen width: <= 576px */
$main-content-max-width: 1200px !default;
$main-content-max-width: 1250px !default;
$bottom-min-height: 35rem !default;