Skip to content

Commit b1e00fe

Browse files
few more fixes
1 parent 0c36f0a commit b1e00fe

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

index.qmd

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

10-
::: {.section-start-space}
10+
::: {.logo-header}
1111

1212
{{< include _includes/header.qmd >}}
1313

@@ -58,7 +58,7 @@ Turing is written entirely in Julia, and is interoperable with its powerful ecos
5858
<p>Dive into advanced models, explore the rich package ecosystem, and learn how to cite Turing.jl in your work.</p>
5959
<div class="d-flex flex-column align-items-center gap-2 pt-3">
6060
<a href="/library" class="button btn">Explore Ecosystem</a>
61-
<a href="#cite" class="text-muted" style="font-size: 0.9em;">How to Cite Turing.jl</a>
61+
<a href="#cite" class="text-muted" style="font-size: 0.9em;">Cite Turing.jl</a>
6262
</div>
6363
</div>
6464

theming/styles.css

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
.line-graph {
3939
width: 100%;
40-
padding-top: 5%;
40+
padding-top: 3%;
4141
position: relative;
4242
}
4343

@@ -115,12 +115,18 @@ svg {
115115
@media screen and (max-width: 768px) {
116116
.upper-content {
117117
width: 100%;
118-
padding-top: 0%;
118+
padding-top: 1.5rem;
119119
padding-right: 0%;
120120
text-align: center;
121121
}
122122
}
123123

124+
.logo-header {
125+
padding: 0%;
126+
margin-bottom: 0%;
127+
/* background-color: #eef7f7; */
128+
}
129+
124130
.content-panel {
125131
padding: 1.5rem;
126132
}
@@ -138,7 +144,7 @@ svg {
138144
}
139145

140146
.panel-wrapper {
141-
justify-content: space-between;
147+
justify-content: center;
142148
}
143149

144150
.example-code {

0 commit comments

Comments
 (0)