Skip to content

Commit 4ccadc1

Browse files
tidy navbar
1 parent 047c826 commit 4ccadc1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

doc/_templates/layout.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212

1313
{% block relbar1 %}
1414

15-
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
16-
<a href="https://www.gambit-project.org/"><img src="{{
17-
pathto("_static/gambit.png", 1) }}" border="0" alt="Chadwick" style="width: 20%;"/></a>
18-
<h2>Software Tools for Game Theory</h2>
19-
<h3 style="color: #cc0000;">User Documentation</h3>
15+
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px; display: flex; align-items: center; gap: 20px;">
16+
<a href="https://www.gambit-project.org/"><img src="{{
17+
pathto("_static/gambit.png", 1) }}" border="0" alt="Chadwick" style="width: 50%;"/></a>
18+
19+
<h3 style="color: #cc0000;">Software tools for game theory.</h3>
2020
</div>
2121
{{ super() }}
2222
{% endblock %}

0 commit comments

Comments
 (0)