diff --git a/web/pandas/static/css/pandas.css b/web/pandas/static/css/pandas.css
index ef354d8264da4..c081c0b82f06a 100644
--- a/web/pandas/static/css/pandas.css
+++ b/web/pandas/static/css/pandas.css
@@ -9,6 +9,7 @@ h1 {
font-size: 2.4rem;
font-weight: 700;
color: #130654;
+ margin: 2.4rem 0 2.4rem;
}
h2 {
font-size: 1.8rem;
@@ -136,6 +137,12 @@ h2:hover a.headerlink, h3:hover a.headerlink {
transition: opacity 0.5s;
}
+@media (min-width: 992px) {
+ .container-main {
+ max-width: 960px;
+ }
+}
+
/** Copied from the pydata-sphinx-theme **/
div.admonition, .admonition {