We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047c826 commit 4ccadc1Copy full SHA for 4ccadc1
1 file changed
doc/_templates/layout.html
@@ -12,11 +12,11 @@
12
13
{% block relbar1 %}
14
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>
+<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px; display: flex; align-items: center; gap: 20px;">
+ <a href="https://www.gambit-project.org/"><img src="{{
+ pathto("_static/gambit.png", 1) }}" border="0" alt="Chadwick" style="width: 50%;"/></a>
+
+ <h3 style="color: #cc0000;">Software tools for game theory.</h3>
20
</div>
21
{{ super() }}
22
{% endblock %}
0 commit comments