adjust layout

This commit is contained in:
semanticdata 2023-11-06 15:21:52 -06:00
parent 869ab8a56a
commit fc6d046173
3 changed files with 5 additions and 8 deletions

View File

@ -44,12 +44,13 @@ export const defaultContentPageLayout: PageLayout = {
}, },
} }
)), )),
// Component.DesktopOnly(Component.TableOfContents()), Component.DesktopOnly(Component.TableOfContents()),
// Component.RecentNotes(), // Component.RecentNotes(),
], ],
right: [ right: [
Component.Graph(), Component.Graph(),
Component.DesktopOnly(Component.TableOfContents()), // Component.DesktopOnly(Component.Backlinks()),
// Component.MobileOnly(Component.Backlinks()),
Component.Backlinks(), Component.Backlinks(),
], ],
} }

View File

@ -7,9 +7,5 @@
} }
.graph { .graph {
margin-bottom: 3rem; padding-bottom: 3rem;
}
.backlinks {
top: -5rem;
} }

View File

@ -2,5 +2,5 @@ $pageWidth: 750px;
$mobileBreakpoint: 600px; $mobileBreakpoint: 600px;
$tabletBreakpoint: 1200px; $tabletBreakpoint: 1200px;
$sidePanelWidth: 380px; $sidePanelWidth: 380px;
$topSpacing: 2rem; // 6rem $topSpacing: 4rem; // 6rem
$fullPageWidth: $pageWidth + 2 * $sidePanelWidth; $fullPageWidth: $pageWidth + 2 * $sidePanelWidth;