From e027d2c7e0ebe30d5a4415b69daed13df2f71e40 Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Thu, 29 May 2025 10:41:11 +0200 Subject: [PATCH 1/5] fix: update the main content styles --- .../assets/styles/ansys-sphinx-theme.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ansys_sphinx_theme/assets/styles/ansys-sphinx-theme.scss b/src/ansys_sphinx_theme/assets/styles/ansys-sphinx-theme.scss index f05489fab..6d67cdba6 100644 --- a/src/ansys_sphinx_theme/assets/styles/ansys-sphinx-theme.scss +++ b/src/ansys_sphinx_theme/assets/styles/ansys-sphinx-theme.scss @@ -51,9 +51,9 @@ p.rubric { text-align: center; } -.bd-main .bd-content { - justify-content: center; -} +// .bd-main .bd-content { +// justify-content: center; +// } /* Back to top button */ #pst-back-to-top { From 1a0de797e9da30bd4199a460f30564af60b21f6e Mon Sep 17 00:00:00 2001 From: Revathyvenugopal162 Date: Thu, 29 May 2025 10:41:21 +0200 Subject: [PATCH 2/5] fix: update the main content styles --- src/ansys_sphinx_theme/assets/styles/ansys-sphinx-theme.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/ansys_sphinx_theme/assets/styles/ansys-sphinx-theme.scss b/src/ansys_sphinx_theme/assets/styles/ansys-sphinx-theme.scss index 6d67cdba6..a778f7405 100644 --- a/src/ansys_sphinx_theme/assets/styles/ansys-sphinx-theme.scss +++ b/src/ansys_sphinx_theme/assets/styles/ansys-sphinx-theme.scss @@ -51,10 +51,6 @@ p.rubric { text-align: center; } -// .bd-main .bd-content { -// justify-content: center; -// } - /* Back to top button */ #pst-back-to-top { background: var(--ast-color-active-text); From af1a2e91b6dad8e526a3a9b60a9e59b7b17c5931 Mon Sep 17 00:00:00 2001 From: Jorge Martinez Date: Thu, 29 May 2025 16:08:18 +0200 Subject: [PATCH 3/5] fix(changelog): manually add fragment --- doc/changelog.d/717.fix.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/717.fix.md diff --git a/doc/changelog.d/717.fix.md b/doc/changelog.d/717.fix.md new file mode 100644 index 000000000..8f8d4c887 --- /dev/null +++ b/doc/changelog.d/717.fix.md @@ -0,0 +1 @@ +Center article content in the main page From 2824124f0d2e38a2eb8a4024656523a47dc80514 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Thu, 29 May 2025 14:09:44 +0000 Subject: [PATCH 4/5] chore: adding changelog file 714.fixed.md [dependabot-skip] --- doc/changelog.d/714.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/714.fixed.md diff --git a/doc/changelog.d/714.fixed.md b/doc/changelog.d/714.fixed.md new file mode 100644 index 000000000..9cf2c74f1 --- /dev/null +++ b/doc/changelog.d/714.fixed.md @@ -0,0 +1 @@ +revert the main content style \ No newline at end of file From 169a1b88abf87bcd9b148ec15c4285b70db9c592 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Mart=C3=ADnez?= <28702884+jorgepiloto@users.noreply.github.com> Date: Thu, 29 May 2025 16:10:21 +0200 Subject: [PATCH 5/5] fix: remove file --- doc/changelog.d/717.fix.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 doc/changelog.d/717.fix.md diff --git a/doc/changelog.d/717.fix.md b/doc/changelog.d/717.fix.md deleted file mode 100644 index 8f8d4c887..000000000 --- a/doc/changelog.d/717.fix.md +++ /dev/null @@ -1 +0,0 @@ -Center article content in the main page