From b7a378aff5cb3974d50685c711420bebccc92448 Mon Sep 17 00:00:00 2001 From: 12rambau Date: Tue, 6 Sep 2022 11:59:36 +0200 Subject: [PATCH] set the content at the top of the page --- src/pydata_sphinx_theme/assets/styles/sections/_article.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.