Move files.

This commit is contained in:
Cotes Chung
2020-02-28 06:19:38 +08:00
parent 259a6624ed
commit 3b4ea05cd3
5 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,24 @@
/*
* Mainly scss variables
*
* v2.1
* https://github.com/cotes2020/jekyll-theme-chirpy
* © 2020 Cotes Chung
* MIT Licensed
*/
/*--- ↓ width and height ----*/
$sidebar-width-small: 210px;
$sidebar-width-medium: 260px;
$sidebar-width-large: 350px;
$topbar-height: 3rem;
$footer-height: 5rem;
$main-content-max-width: 1150px;
$panel-max-width: 300px;
$post-extend-min-height: 35rem;