Browse Source

Try to make the logo float left

rexim 2 years ago
parent
commit
65a08f2c6e
1 changed files with 2 additions and 4 deletions
  1. 2 4
      README.md

+ 2 - 4
README.md

@@ -1,11 +1,9 @@
 # Olive.c
 
-<p align="center">
-<img src="./assets/olivec-200.png">
-</p>
-
 **IMPORTANT! THIS LIBRARY IS A WORK IN PROGRESS! ANYTHING CAN CHANGE AT ANY MOMENT WITHOUT ANY NOTICE! USE THIS LIBRARY AT YOUR OWN RISK!**
 
+<img align="left" src="./assets/olivec-200.png">
+
 Simple graphics library that does not have any dependencies and renders everything into the given memory pixel by pixel.
 
 Visit [https://tsoding.github.io/olive.c/](https://tsoding.github.io/olive.c/) to see some demos.