Skip to content

Commit 2aa49fd

Browse files
added side-space
1 parent f5b636b commit 2aa49fd

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

index.qmd

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ description: |
77
Turing.jl is a probabilistic programming language and Bayesian modelling framework for the Julia programming language.
88
---
99

10+
::: {.section-start-space}
11+
1012
{{< include _includes/header.qmd >}}
1113

12-
:::::: {.container}
14+
:::
15+
16+
:::::: {.side-space}
1317

1418
::::: {.d-flex .flex-row .flex-wrap .panel-wrapper .gap-4 .section-end-space}
1519

theming/styles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,3 +336,8 @@ code {
336336
.turing-license-link code:hover {
337337
color: #31dce6 !important;
338338
}
339+
340+
.side-space {
341+
padding-left: 4rem;
342+
padding-right: 4rem;
343+
}

theming/theme-dark.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ a {
8080
}
8181

8282
.team-member, .input-group-text {
83-
background-color: $background-nav !important;
83+
background-color: $background-nav !important;
8484
}
8585

8686
// Universal Box Styling for Dark Mode

0 commit comments

Comments
 (0)