From e844cc5f0759b18ed4142d2cb00d715595381fc4 Mon Sep 17 00:00:00 2001
From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com>
Date: Wed, 10 May 2023 10:10:39 -0600
Subject: [PATCH] Fix Furo side bars & improve footer styling (#294)
Before, the left table of contents and the right page of contents would
not render properly on mobile. They would not show the whole content for
example. This is because they were not accounting for our top nav bar.
--
This PR also fixes the "Was this page helpful?" question not properly
having lines above and below it.
--
Finally, this improves mobile to not show the project name at the top of
the page. We don't render it for desktop, and don't want to for mobile.
---
qiskit_sphinx_theme/furo/base/page.html | 4 +-
.../base/static/styles/qiskit_changes.css | 43 ++++++++++++++++---
2 files changed, 39 insertions(+), 8 deletions(-)
diff --git a/qiskit_sphinx_theme/furo/base/page.html b/qiskit_sphinx_theme/furo/base/page.html
index d64d47f8..996c7db9 100644
--- a/qiskit_sphinx_theme/furo/base/page.html
+++ b/qiskit_sphinx_theme/furo/base/page.html
@@ -36,7 +36,9 @@