Skip to content

Commit

Permalink
211 table width (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru authored Feb 26, 2024
1 parent 700994b commit 8f19657
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 48 deletions.
2 changes: 1 addition & 1 deletion book/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ format:
caption: none
code-block-bg: true
code-block-border-left: "#1482FA"
css: assets/css/style.scss
css: assets/css/style.css
number-sections: false
lang: en-US
page-layout: full
Expand Down
20 changes: 20 additions & 0 deletions book/assets/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/* -- Tabset horizontal scroll --*/
#quarto-document-content>div.panel-tabset>ul.nav.nav-tabs {
overflow-x: auto;
overflow-y: hidden;
flex-wrap: nowrap;
text-wrap: nowrap;

>li.nav-item {
display: flex;

>a.nav-link {
text-align: center;
}
}
}

/* -- Giscus content --*/
.giscus {
margin-left: 75px;
}
47 changes: 0 additions & 47 deletions book/assets/css/style.scss

This file was deleted.

0 comments on commit 8f19657

Please sign in to comment.