Skip to content

Commit 08424be

Browse files
committed
resize logo and keep it centered
1 parent a4d51fa commit 08424be

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010

1111
.. raw:: html
1212

13-
<video autoplay loop muted><source src="_static/logo_docs.mp4" type="video/mp4"></video>
13+
<video autoplay loop muted style="width: 400px; max-width: 100%; margin: 0 auto; display:block;">
14+
<source src="_static/logo_docs.mp4" type="video/mp4">
15+
</video>
16+
<br>
1417

1518
``adaptive`` is an open-source Python library designed to
1619
make adaptive parallel function evaluation simple. With ``adaptive`` you

0 commit comments

Comments
 (0)