Skip to content

Commit

Permalink
accessibility++
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Feb 14, 2021
1 parent 7a50cad commit 1d6f5ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/index.html

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion docs/index.html.jinja2
Expand Up @@ -63,6 +63,10 @@
max-width: 200px;
}
h1 {
font-size: 1.75rem;
}
{% set boxwidth = 450 %}
{% set boxpad = 20 %}
{% set minw = boxwidth * 2 + boxpad * 4 %}
Expand Down Expand Up @@ -169,7 +173,7 @@
<div class="container-fluid">
<div class="row py-4 my-4 align-items-center">
<div class="col-md-6 text-center text-md-end">{% include "logo.svg" %}</div>
<div class="col-md-6 pt-md-0 pt-4 text-center text-md-start"><h3>API Documentation<br>for Python Projects</h3>
<div class="col-md-6 pt-md-0 pt-4 text-center text-md-start"><h1><span class="visually-hidden">pdoc: </span>API Documentation<br>for Python Projects</h1>
</div>
</div>
</div>
Expand Down

0 comments on commit 1d6f5ed

Please sign in to comment.