diff --git a/docs/static/main.css b/docs/static/main.css index d76e63f1..a1bf62d6 100644 --- a/docs/static/main.css +++ b/docs/static/main.css @@ -37,6 +37,11 @@ a { text-decoration: inherit; } +#top-section { + flex: 1; + text-align: center; +} + .sub-section { flex: 1; text-align: center;