Skip to content

Commit c4a663a

Browse files
committed
Vertical align of main logos
1 parent f367882 commit c4a663a

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,17 @@ The goal of the `gds_env` is to make using Python and R for geospatial easy to s
1717

1818
The `gds_env` stands on the shoulders of giants. Here are the core open technologies it is built with:
1919

20-
[<img src="https://upload.wikimedia.org/wikipedia/commons/c/c3/Python-logo-notext.svg" alt="Python" width="75" height="90">](https://www.python.org/)
21-
[<img src="https://www.r-project.org/logo/Rlogo.svg" alt="R-project" width="95" height="90">](https://www.r-project.org/)
22-
[<img src="https://upload.wikimedia.org/wikipedia/commons/3/38/Jupyter_logo.svg" alt="Jupyter" width="95" height="90">](https://jupyter.org/)
23-
[<img src="https://www.docker.com/sites/default/files/d8/2019-07/vertical-logo-monochromatic.png" alt="Docker" width="95" height="90">](https://www.docker.com/)
24-
[<img src="https://upload.wikimedia.org/wikipedia/commons/d/d5/Virtualbox_logo.png" alt="VirtualBox" width="95" height="90">](https://www.virtualbox.org/)
20+
<style>
21+
.vertimg {
22+
vertical-align: middle;
23+
}
24+
</style>
25+
26+
[<img src="https://upload.wikimedia.org/wikipedia/commons/c/c3/Python-logo-notext.svg" alt="Python" width="75" height="90" class="vertimg">](https://www.python.org/)
27+
[<img src="https://www.r-project.org/logo/Rlogo.svg" alt="R-project" width="95" height="90" class="vertimg">](https://www.r-project.org/)
28+
[<img src="https://upload.wikimedia.org/wikipedia/commons/3/38/Jupyter_logo.svg" alt="Jupyter" width="95" height="90" class="vertimg">](https://jupyter.org/)
29+
[<img src="https://www.docker.com/sites/default/files/d8/2019-07/vertical-logo-monochromatic.png" alt="Docker" width="95" height="90" class="vertimg">](https://www.docker.com/)
30+
[<img src="https://upload.wikimedia.org/wikipedia/commons/d/d5/Virtualbox_logo.png" alt="VirtualBox" width="95" height="90" class="vertimg">](https://www.virtualbox.org/)
2531

2632
## Community
2733

0 commit comments

Comments
 (0)