Browse Source

Revert "Try to make the logo float left"

This reverts commit 65a08f2c6ee79f8f30de083304ef3cb893acd0a3.
rexim 2 years ago
parent
commit
944578be5f
1 changed files with 4 additions and 2 deletions
  1. 4 2
      README.md

+ 4 - 2
README.md

@@ -1,8 +1,10 @@
 # Olive.c
 # Olive.c
 
 
-**IMPORTANT! THIS LIBRARY IS A WORK IN PROGRESS! ANYTHING CAN CHANGE AT ANY MOMENT WITHOUT ANY NOTICE! USE THIS LIBRARY AT YOUR OWN RISK!**
+<p align="center">
+<img src="./assets/olivec-200.png">
+</p>
 
 
-<img align="left" src="./assets/olivec-200.png">
+**IMPORTANT! THIS LIBRARY IS A WORK IN PROGRESS! ANYTHING CAN CHANGE AT ANY MOMENT WITHOUT ANY NOTICE! USE THIS LIBRARY AT YOUR OWN RISK!**
 
 
 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.