Skip to content

Commit

Permalink
tests a different style in relation to #230
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowosad committed Oct 16, 2024
1 parent 1b5adb1 commit aa9ec72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ format:
toc-title: "On this page"
code-overflow: wrap
toc-depth: 4
css: [helpers/mystyle.css]
# pdf:
# documentclass: krantz
# monofont: 'Source Code Pro'
Expand Down
4 changes: 4 additions & 0 deletions helpers/mystyle.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
img {
max-width: 100%;
height: auto;
}

0 comments on commit aa9ec72

Please sign in to comment.