From 61d1dae4d231db3c4ecc89a5e0cef78e753691ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melissa=20Weber=20Mendon=C3=A7a?= Date: Mon, 16 Jun 2025 16:02:37 -0300 Subject: [PATCH] [doc] Fix landing page for Firefox --- docs/source/_static/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/_static/css/custom.css b/docs/source/_static/css/custom.css index d75bfce..fa81a18 100644 --- a/docs/source/_static/css/custom.css +++ b/docs/source/_static/css/custom.css @@ -38,7 +38,7 @@ body:has(.hero) .bd-article > section > h1 { body:has(.hero) .header-article-items, body:has(.hero) .doc-body > section { - max-width: 80rem !important; + max-width: 80% !important; align-self: center; width: -moz-available; width: -webkit-fill-available;