From cd9dc6ecb570c08291e73d9db001e6068df4d88a Mon Sep 17 00:00:00 2001 From: Jacky Zhao <j.zhao2k19@gmail.com> Date: Mon, 07 Aug 2023 05:07:08 +0000 Subject: [PATCH] fix css transforms for mobile --- content/configuration.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/content/configuration.md b/content/configuration.md index 5487852..aa26213 100644 --- a/content/configuration.md +++ b/content/configuration.md @@ -119,6 +119,6 @@ You can see the base style sheet in `quartz/styles/base.scss` and write your own in `quartz/styles/custom.scss`. > [!note] -> Some components may provide their own styling as well! For example, `quartz/components/Darkmode.tsx` imports its styles from `quartz/components/styles/darkmode.scss`. If you'd like to customize styling for a specific component, double check the component definition to see how its styles are defined. +> Some components may provide their own styling as well! For example, `quartz/components/Darkmode.tsx` imports styles from `quartz/components/styles/darkmode.scss`. If you'd like to customize styling for a specific component, double check the component definition to see how its styles are defined. When you're ready, see how [[build|build and preview]] Quartz locally. -- Gitblit v1.10.0