Fix image padding when deployed to RTD

This commit is contained in:
RichardG867
2021-11-28 01:16:30 -03:00
parent e3ac392908
commit be625e6d55

View File

@@ -38,10 +38,10 @@
.. raw:: html
<style>
div.section > h1 > img {
h1 > img {
padding-right: 5px;
}
div.section > h2 > img {
h2 > img {
padding-right: 5px;
}
</style>