From a5f2f874f75dd53c83b2db883e6871cb84eccf09 Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 15 Aug 2024 09:07:05 +0000
Subject: [PATCH] chore(deps-dev): bump tsx from 4.16.2 to 4.17.0 (#1340)

---
 quartz/styles/variables.scss |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/quartz/styles/variables.scss b/quartz/styles/variables.scss
index f0505e4..e45cc91 100644
--- a/quartz/styles/variables.scss
+++ b/quartz/styles/variables.scss
@@ -1,6 +1,9 @@
 $pageWidth: 750px;
 $mobileBreakpoint: 600px;
-$tabletBreakpoint: 1200px;
-$sidePanelWidth: 400px;
+$tabletBreakpoint: 1000px;
+$sidePanelWidth: 380px;
 $topSpacing: 6rem;
 $fullPageWidth: $pageWidth + 2 * $sidePanelWidth;
+$boldWeight: 700;
+$semiBoldWeight: 600;
+$normalWeight: 400;

--
Gitblit v1.10.0