Skip to content

Commit 1c2c188

Browse files
author
Gordon Shotwell
committed
Update tabset width
1 parent 19af3ce commit 1c2c188

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

_quarto.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ project:
44
website:
55
title: "Shiny for Python Workshop"
66
sidebar:
7+
style: docked
78
contents:
89
- section: "Exercises"
910
contents:
@@ -29,8 +30,10 @@ filters:
2930
format:
3031
html:
3132
theme: cosmo
33+
margin-right: 0px
3234
css: styles.css
3335
toc: true
36+
toc-location: left
3437

3538

3639

helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def find_problem_set_folder(base_path, target_path):
129129
block = QuartoPrint(
130130
[
131131
formatted_title,
132-
"::::: {.column-screen-inset}",
132+
"::::: {.column-screen-inset-right}",
133133
"::: {.panel-tabset}",
134134
"## Goal",
135135
]

0 commit comments

Comments
 (0)