Constrain hero banner to 60% width
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ thumbnail: https://continker.ai/og-image.webp
|
|
| 10 |
---
|
| 11 |
|
| 12 |
<p align="center">
|
| 13 |
-
<img src="https://continker.ai/og-image.webp" alt="Continker"
|
| 14 |
</p>
|
| 15 |
|
| 16 |
<h1 align="center">Own the model. Own the cloud it runs on.</h1>
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
<p align="center">
|
| 13 |
+
<img src="https://continker.ai/og-image.webp" alt="Continker" style="max-width: 60%; height: auto;">
|
| 14 |
</p>
|
| 15 |
|
| 16 |
<h1 align="center">Own the model. Own the cloud it runs on.</h1>
|