Skip to content

Commit 0cbc02d

Browse files
authored
Merge pull request #5 from DiamondLightSource/more-logo
Make logo right size
2 parents cd3ecd6 + 66cbc41 commit 0cbc02d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ FastCS
44
|code_ci| |docs_ci| |coverage| |pypi_version| |license|
55

66
.. image:: https://raw.githubusercontent.com/DiamondLightSource/FastCS/main/docs/images/fastcs.svg
7-
:width: 105px
8-
:height: 105px
7+
:width: 150px
8+
:height: 150px
99
:align: left
10+
:name: logo
1011
:target: https://DiamondLightSource.github.io/FastCS
1112

1213
:PyPI: ``pip install FastCS``

docs/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
.. include:: ../README.rst
44
:end-before: when included in index.rst
55

6+
.. raw:: html
7+
8+
<style>
9+
#logo {
10+
width: 105px;
11+
height: 105px;
12+
}
13+
</style>
14+
615
How the documentation is structured
716
-----------------------------------
817

0 commit comments

Comments
 (0)