dropping margin in favor of br

This commit is contained in:
Tom Brews Views
2023-07-07 01:33:36 +03:00
parent 620bf68d25
commit cc5e01cec5

View File

@ -2,8 +2,9 @@
<div align="center">
<img src="./pics/logo-dark.png#gh-dark-mode-only" width="250" style="margin-top: 24px; margin-bottom: 24px"/>
<img src="./pics/logo-light.png#gh-light-mode-only" width="250" style="margin-top: 24px; margin-bottom: 24px"/>
<img src="./pics/logo-dark.png#gh-dark-mode-only" width="250"/>
<img src="./pics/logo-light.png#gh-light-mode-only" width="250"/>
</br>
</div>