diff --git a/_static/pyos.css b/_static/pyos.css index 9c60ca82..c2998c77 100644 --- a/_static/pyos.css +++ b/_static/pyos.css @@ -293,14 +293,18 @@ html[data-theme=dark] { .sd-card-body { padding: 0 0!important; - .left-aligned & ul li { text-align: left; } } -p.sd-card-text { +.sd-card { + padding-bottom: 1.5em; +} + +.sd-card-text { text-align: left; - padding: 1em; + padding-right: 1.5em; + padding-left: 1.5em; } diff --git a/index.md b/index.md index 85a88217..c94e16f3 100644 --- a/index.md +++ b/index.md @@ -71,7 +71,10 @@ by the community now! Join our community review process or watch development of :::{card} ✿ Tutorials ✿ :class-card: left-aligned -[What is a Python package?](/tutorials/intro) +* [What is a Python package?](/tutorials/intro) +* How to make your code installable (coming next!) + +_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_ ::: :::: diff --git a/tests/index.md b/tests/index.md index b1b33b3e..e4dade25 100644 --- a/tests/index.md +++ b/tests/index.md @@ -9,7 +9,7 @@ tests for your Python package and how you can setup infrastructure to run your tests both locally and on GitHub. -:::::{grid} 1 1 3 3 +:::::{grid} 1 1 3 2 :class-container: text-center :gutter: 3