diff --git a/docs/source/_static/theme_overrides.css b/docs/source/_static/theme_overrides.css index eeba0ef4cce6e..bf84267aea97b 100644 --- a/docs/source/_static/theme_overrides.css +++ b/docs/source/_static/theme_overrides.css @@ -21,12 +21,18 @@ /* Customizing with theme CSS variables */ :root { - /* Change header hight to make the logo a bit larger */ - --pst-header-height: 6rem; /* Make headings more bold */ --pst-font-weight-heading: 600; } +/* Change header hight to make the logo a bit larger */ +/* only on wider screens */ +@media only screen and (min-width: 1170px){ + :root { + --pst-header-height: 6rem; + } +} + /* Contibuting landing page overview cards */ .contrib-card { diff --git a/docs/source/conf.py b/docs/source/conf.py index e9e8969f55254..89a0ba08826cd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -296,7 +296,7 @@ "image_dark": "_static/arrow-dark.png", }, "header_links_before_dropdown": 2, - "header_dropdown_text": "Language implementations", + "header_dropdown_text": "Implementations", "navbar_end": ["version-switcher", "theme-switcher", "navbar-icon-links"], "icon_links": [ { diff --git a/docs/source/format/index.rst b/docs/source/format/index.rst index ae2baf128b472..2c953a7298db4 100644 --- a/docs/source/format/index.rst +++ b/docs/source/format/index.rst @@ -17,8 +17,8 @@ .. _format: -Specifications and Protocols -============================ +Specifications +============== .. toctree:: :maxdepth: 2 diff --git a/docs/source/index.rst b/docs/source/index.rst index e8cdf50c5b1ec..d01c74f9a482e 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -42,7 +42,7 @@ target environment.** :padding: 2 2 0 0 :class-container: sd-text-center - .. grid-item-card:: Specifications and Protocols + .. grid-item-card:: Specifications :class-card: contrib-card :shadow: none @@ -57,7 +57,7 @@ target environment.** :color: primary :expand: - To the Specifications and Protocols + To the Specifications .. grid-item-card:: Development :class-card: contrib-card