mirror of https://github.com/tiangolo/fastapi.git
💄 Fix logo size for GitHub
This commit is contained in:
parent
59b5c6a772
commit
97288e2b75
|
|
@ -1,5 +1,5 @@
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://fastapi.tiangolo.com"><img style="width: 70%;" src="https://fastapi.tiangolo.com/img/logo-teal-vector.svg" alt='FastAPI'></a>
|
<a href="https://fastapi.tiangolo.com"><img style="width: 70%; max-width: 70%;" src="https://fastapi.tiangolo.com/img/logo-teal-vector.svg" alt='FastAPI'></a>
|
||||||
</p>
|
</p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<em>FastAPI framework, high performance, easy to learn, fast to code, ready for production</em>
|
<em>FastAPI framework, high performance, easy to learn, fast to code, ready for production</em>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://fastapi.tiangolo.com"><img style="width: 70%;" src="https://fastapi.tiangolo.com/img/logo-teal-vector.svg" alt='FastAPI'></a>
|
<a href="https://fastapi.tiangolo.com"><img style="width: 70%; max-width: 70%;" src="https://fastapi.tiangolo.com/img/logo-teal-vector.svg" alt='FastAPI'></a>
|
||||||
</p>
|
</p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<em>FastAPI framework, high performance, easy to learn, fast to code, ready for production</em>
|
<em>FastAPI framework, high performance, easy to learn, fast to code, ready for production</em>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue