Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -122,7 +122,7 @@
|
|
| 122 |
<!-- LOGO IMAGE REPLACING TEXT H1 -->
|
| 123 |
<img src="LOGO.png"
|
| 124 |
alt="3D Animation Hub Logo"
|
| 125 |
-
class="h-
|
| 126 |
onerror="this.onerror=null; this.src='https://placehold.co/300x100/3e2b7a/ffffff?text=LOGO';" />
|
| 127 |
|
| 128 |
<p class="mt-4 text-gray-200 text-lg font-medium drop-shadow-md mb-8 max-w-sm mx-auto">
|
|
|
|
| 122 |
<!-- LOGO IMAGE REPLACING TEXT H1 -->
|
| 123 |
<img src="LOGO.png"
|
| 124 |
alt="3D Animation Hub Logo"
|
| 125 |
+
class="h-56 lg:h-64 mx-auto mb-8 drop-shadow-lg"
|
| 126 |
onerror="this.onerror=null; this.src='https://placehold.co/300x100/3e2b7a/ffffff?text=LOGO';" />
|
| 127 |
|
| 128 |
<p class="mt-4 text-gray-200 text-lg font-medium drop-shadow-md mb-8 max-w-sm mx-auto">
|