mirror of
https://github.com/Dichgrem/Blog.git
synced 2025-12-16 13:32:00 -05:00
6 lines
167 B
SCSS
6 lines
167 B
SCSS
$phone-max-width: 683px;
|
|
$tablet-max-width: 899px;
|
|
|
|
// 字体回退栈
|
|
$font-family: 'Hack', 'SF Mono', 'Monaco', 'Inconsolata', 'Consolas', 'Courier New', monospace;
|