Skip to content

Commit f180f54

Browse files
committed
Minor tweaks to improve sidebar
1 parent e19d47d commit f180f54

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

astro.config.mjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,11 @@ export default defineConfig({
6363

6464
{ label: 'WiX Toolset', collapsed: true, items: [
6565
'wix',
66-
67-
{ label: 'What\'s new in WiX', collapsed: true, autogenerate: { directory: '/wix/whatsnew' } },
68-
6966
'wix/using-wix',
7067
'wix/gethelp',
7168

69+
{ label: 'What\'s new in WiX', collapsed: true, autogenerate: { directory: '/wix/whatsnew' } },
70+
7271
{ label: 'Tutorial', collapsed: true, items: [
7372
{ label: 'Tutorial Introduction', link: 'wix/tutorial/' },
7473
{ label: 'Sprint 1: Welcome to the team', collapsed: true, autogenerate: { directory: 'wix/tutorial/sprint1' } },

src/styles/custom.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ body {
148148

149149
/* Links */
150150
.sidebar-content a {
151-
padding-block: .4em;
152151

153152
span {
154153
/* font-family: var(--__sl-font-mono); */

0 commit comments

Comments
 (0)