Skip to content

Commit bdc6354

Browse files
committed
Improve docs homepage cards
1 parent 9fa3d37 commit bdc6354

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ releases are available on [PyPI](https://pypi.org/project/pytask) and
77

88
## Unreleased
99

10+
- Improves the documentation homepage cards by making the full tile clickable and
11+
fixes the plugin list warning admonition formatting.
1012
- [#874](https://github.com/pytask-dev/pytask/pull/874) improves the lockfile
1113
documentation by restructuring related guides around user workflows and introducing
1214
`pytask.lock` in the tutorials.

docs/source/_static/css/custom.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,16 @@
33
}
44

55
.home-card-grid li {
6+
position: relative;
67
text-align: center;
78
}
89

10+
.home-card-grid li .home-card-title::after {
11+
position: absolute;
12+
inset: 0;
13+
content: "";
14+
}
15+
916
.home-card-icon {
1017
display: block;
1118
margin: 0 auto 0.75rem;

0 commit comments

Comments
 (0)