From 071b5275bc848a25492a9ca1e69004c6bc7d84e8 Mon Sep 17 00:00:00 2001
From: shamoon <4887959+shamoon@users.noreply.github.com>
Date: Mon, 17 Mar 2025 11:19:27 -0700
Subject: [PATCH] Documentation: fix install page buttons
---
docs/assets/custom.css | 3 ---
docs/installation/index.md | 8 ++++----
docs/stylesheets/extra.css | 10 ++++++++++
3 files changed, 14 insertions(+), 7 deletions(-)
delete mode 100644 docs/assets/custom.css
diff --git a/docs/assets/custom.css b/docs/assets/custom.css
deleted file mode 100644
index f959128e..00000000
--- a/docs/assets/custom.css
+++ /dev/null
@@ -1,3 +0,0 @@
-.md-typeset[data-page-id="landing"] .md-header-anchor {
- display: none;
-}
diff --git a/docs/installation/index.md b/docs/installation/index.md
index d1f95dbe..f082845b 100644
--- a/docs/installation/index.md
+++ b/docs/installation/index.md
@@ -13,16 +13,16 @@ You have a few options for deploying homepage, depending on your needs. We offer
-:simple-docker: [ Install on Docker :octicons-arrow-right-24:](docker.md)
+[:simple-docker: Install on Docker :octicons-arrow-right-24:](docker.md)
{ .card }
-:simple-kubernetes: [ Install on Kubernetes :octicons-arrow-right-24:](k8s.md)
+[:simple-kubernetes: Install on Kubernetes :octicons-arrow-right-24:](k8s.md)
{ .card }
-:simple-unraid: [ Install on UNRAID :octicons-arrow-right-24:](unraid.md)
+[:simple-unraid: Install on UNRAID :octicons-arrow-right-24:](unraid.md)
{ .card }
-:simple-nextdotjs: [ Building from source :octicons-arrow-right-24:](source.md)
+[:simple-nextdotjs: Building from source :octicons-arrow-right-24:](source.md)
{ .card }
diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css
index eb1ddd25..7f299d2e 100644
--- a/docs/stylesheets/extra.css
+++ b/docs/stylesheets/extra.css
@@ -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;
+}