diff --git a/src/pydata_sphinx_theme/assets/styles/sections/_article.scss b/src/pydata_sphinx_theme/assets/styles/sections/_article.scss index e9f3856ee..49d0b651d 100644 --- a/src/pydata_sphinx_theme/assets/styles/sections/_article.scss +++ b/src/pydata_sphinx_theme/assets/styles/sections/_article.scss @@ -12,7 +12,7 @@ justify-content: center; height: 100%; .bd-article-container { - justify-content: space-between; + justify-content: start; display: flex; flex-direction: column; // Max-width is slightly more than the W3 since our docs often have images.