diff --git a/docs/static/main.css b/docs/static/main.css index 0a57099ad9..84e785a020 100644 --- a/docs/static/main.css +++ b/docs/static/main.css @@ -102,7 +102,7 @@ a:hover { main { flex: 1; - padding: 20px; + padding: 0 20px 20px; color: var(--color-text); } @@ -112,6 +112,10 @@ main { margin: auto; } +main .content { + margin-top: 40px; +} + header { grid-area: header; background: var(--color-heading-background); @@ -183,7 +187,7 @@ nav { } .menu a:hover { - border-bottom: none; + text-decoration: none; } .menu-item { @@ -248,7 +252,7 @@ ul.menu a:hover { } .logo:hover { - border-bottom: none; + text-decoration: none; } code { @@ -271,7 +275,7 @@ strong { } .anchor-link:hover { - border-bottom: none; + text-decoration: none; } .anchor-icon {