diff --git a/docs/content/index.md b/docs/content/index.md index 2e178963..fb25acc5 100644 --- a/docs/content/index.md +++ b/docs/content/index.md @@ -6,8 +6,7 @@ title: Gunicorn - Python WSGI HTTP Server
-

Version {{ version }}

-

The Python WSGI Server

+

Serve Python on the Web

Battle-tested. Production-ready. One command to serve your Python apps.

diff --git a/docs/content/styles/overrides.css b/docs/content/styles/overrides.css index 0cee31f6..b4041a53 100644 --- a/docs/content/styles/overrides.css +++ b/docs/content/styles/overrides.css @@ -253,12 +253,6 @@ box-shadow: none; } -.md-typeset .hero__version { - font-weight: 700; - font-size: 0.9rem; - opacity: 0.9; -} - .md-typeset .hero__logo { height: 72px; margin-bottom: 1.5rem;