Skip to content

Commit

Permalink
fix: update img to be inline
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Jan 17, 2024
1 parent c3fe5aa commit 9990e31
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/writing/media.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ Images and videos
Images
------

.. image:: https://img.shields.io/pypi/v/shibuya?style=for-the-badge
:alt: PyPI
:target: https://pypi.python.org/pypi/shibuya
.. image:: https://img.shields.io/pypi/l/shibuya?color=12A594&style=for-the-badge
:alt: PyPI - License
:target: https://github.com/lepture/shibuya/blob/master/LICENSE
.. image:: https://img.shields.io/github/sponsors/lepture?color=8F76D6&style=for-the-badge
:alt: GitHub Sponsors
:target: https://github.com/sponsors/lepture

image directive
~~~~~~~~~~~~~~~

Expand Down
1 change: 1 addition & 0 deletions static/css/contents/yue.css
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@
}

.yue img {
display: inline;
margin-top: 2em;
margin-bottom: 2em;
}
Expand Down

0 comments on commit 9990e31

Please sign in to comment.