Skip to content

Commit b7445a6

Browse files
authored
Fix: more style fixes for cards (#143)
Also added a note about ETA for the next lesson!
1 parent 3abc5b7 commit b7445a6

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

_static/pyos.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,14 +293,18 @@ html[data-theme=dark] {
293293
.sd-card-body {
294294
padding: 0 0!important;
295295

296-
297296
.left-aligned
298297
& ul li {
299298
text-align: left;
300299
}
301300
}
302301

303-
p.sd-card-text {
302+
.sd-card {
303+
padding-bottom: 1.5em;
304+
}
305+
306+
.sd-card-text {
304307
text-align: left;
305-
padding: 1em;
308+
padding-right: 1.5em;
309+
padding-left: 1.5em;
306310
}

index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,10 @@ by the community now! Join our community review process or watch development of
7171
:::{card} ✿ Tutorials ✿
7272
:class-card: left-aligned
7373

74-
[What is a Python package?](/tutorials/intro)
74+
* [What is a Python package?](/tutorials/intro)
75+
* How to make your code installable (coming next!)
76+
77+
_The second lesson is currently under review in our [GitHub Repo here](https://github.com/pyOpenSci/python-package-guide/pulls). It will be live by the end of January 2024_
7578

7679
:::
7780
::::

tests/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tests for your Python package and how you can setup infrastructure
99
to run your tests both locally and on GitHub.
1010

1111

12-
:::::{grid} 1 1 3 3
12+
:::::{grid} 1 1 3 2
1313
:class-container: text-center
1414
:gutter: 3
1515

0 commit comments

Comments
 (0)