Documentation: fix install page buttons

This commit is contained in:
shamoon 2025-03-17 11:19:27 -07:00
parent 6fbe080b28
commit 071b5275bc
No known key found for this signature in database
3 changed files with 14 additions and 7 deletions

View file

@ -286,3 +286,13 @@ body[data-md-color-scheme="default"] {
.md-tabs__link {
transform: translateZ(0);
}
.grid.cards .card {
padding: 0;
}
.grid.cards .card a {
display: block;
padding: 0.8rem;
text-decoration: none;
}