Skip to content

Commit

Permalink
Fix: more styles fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Jan 3, 2024
1 parent 3abc5b7 commit f935f4f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
10 changes: 7 additions & 3 deletions _static/pyos.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
5 changes: 4 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_

:::
::::
Expand Down
2 changes: 1 addition & 1 deletion tests/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f935f4f

Please sign in to comment.