mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-08-16 02:14:57 +00:00
.github
content
docs
quartz
cli
components
plugins
processors
static
styles
base.scss
callouts.scss
custom.scss
syntax.scss
variables.scss
util
bootstrap-cli.mjs
bootstrap-worker.mjs
build.ts
cfg.ts
worker.ts
.gitattributes
.gitignore
.npmrc
.prettierignore
.prettierrc
CODE_OF_CONDUCT.md
Dockerfile
LICENSE.txt
README.md
globals.d.ts
index.d.ts
package-lock.json
package.json
quartz.config.ts
quartz.layout.ts
tsconfig.json
7 lines
165 B
SCSS
7 lines
165 B
SCSS
$pageWidth: 750px;
|
|
$mobileBreakpoint: 600px;
|
|
$tabletBreakpoint: 1200px;
|
|
$sidePanelWidth: 380px;
|
|
$topSpacing: 6rem;
|
|
$fullPageWidth: $pageWidth + 2 * $sidePanelWidth;
|