diff --git a/_includes/documentation.html b/_includes/documentation.html index f8043567..282a9f4b 100644 --- a/_includes/documentation.html +++ b/_includes/documentation.html @@ -6,7 +6,7 @@
-

{{card[0]}}

+

{{card[0]}}

    diff --git a/_layouts/default.html b/_layouts/default.html index d68a37bc..be88b0e8 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,5 +1,5 @@ - + {% include head.html %} diff --git a/_layouts/page_md.html b/_layouts/page_md.html index a6ce470e..86a4c95c 100644 --- a/_layouts/page_md.html +++ b/_layouts/page_md.html @@ -4,7 +4,7 @@
    {% if page.title_image %} - + {% else %}

    {{ page.title }}

    {% endif %} diff --git a/css/cardlist.css b/css/cardlist.css index a6510916..b575c98c 100755 --- a/css/cardlist.css +++ b/css/cardlist.css @@ -27,7 +27,8 @@ border-top-right-radius: 2px; } -.card-heading h4 { +.card-heading h2 { + line-height: 1.22; font-size: 1.6em; } diff --git a/events.md b/events.md index 681c9d32..e9d51b1a 100644 --- a/events.md +++ b/events.md @@ -13,7 +13,7 @@ This page is for in person, one-of-a-kind events, for community engagement, see This is a calendar of regular online events. It might not be exhaustive. - + See [this page](https://jupyter.readthedocs.io/en/latest/community/content-community.html#jupyter-wide-meetings) for diff --git a/hub.md b/hub.md index 330647a6..dac8401e 100644 --- a/hub.md +++ b/hub.md @@ -2,6 +2,7 @@ layout: page_md title: JupyterHub title_image: assets/hublogo.svg +title_image_alt: JupyterHub logo tagline: A multi-user version of the notebook designed for companies, classrooms and research labs navbar_jupytercon: true cfp: true