浏览代码

Try to make the logo float left

rexim 2 年之前
父节点
当前提交
65a08f2c6e
共有 1 个文件被更改,包括 2 次插入4 次删除
  1. 2 4
      README.md

+ 2 - 4
README.md

@@ -1,11 +1,9 @@
 # Olive.c
 # 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!**
 **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.
 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.
 Visit [https://tsoding.github.io/olive.c/](https://tsoding.github.io/olive.c/) to see some demos.