Skip to content

Commit 21d41b7

Browse files
Minor Styling Fixes
1 parent d63b97e commit 21d41b7

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Turing is written entirely in Julia, and is interoperable with its powerful ecos
198198

199199
##### [AdvancedHMC.jl <i class="bi bi-box-arrow-up-right" style="font-size: 0.4em;"></i>](https://turinglang.org/AdvancedHMC.jl/){.panel-title}
200200

201-
<p>Robust, modular, and efficient implementation of advanced Hamiltonian Monte Carlo(HMC) algorithms.</p>
201+
<p>A robust, modular and efficient implementation of advanced HMC algorithms. ([abs](https://proceedings.mlr.press/v118/xu20a.html), [pdf](https://proceedings.mlr.press/v118/xu20a/xu20a.pdf))</p>
202202

203203
:::
204204

theming/styles.css

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,20 @@
5252
display: grid;
5353
grid-template-columns: repeat(4, 1fr);
5454
gap: 1.5rem;
55-
max-width: 1100px;
56-
margin: 1.5rem auto 0 auto;
55+
justify-content: center;
56+
padding: 0 1rem;
5757
}
5858

5959
.package-card {
60+
text-align: left;
61+
}
62+
63+
.package-card p {
64+
margin-bottom: 0%;
65+
}
66+
67+
.package-card h5 {
6068
text-align: center;
61-
padding: 2rem 1.5rem;
6269
}
6370

6471
.package-card .panel-title {

theming/theme-dark.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,10 @@ a {
233233
color: $text-muted !important;
234234
}
235235

236+
.panel-title {
237+
color: $foreground !important;
238+
}
239+
236240
// Misc Quarto and site-specific rules
237241
.quarto-title-banner {
238242
background-color: $background-nav !important;

0 commit comments

Comments
 (0)