fix(mobile): center component on small screens and update docs
This commit is contained in:
14
index.html
14
index.html
@@ -6,6 +6,20 @@
|
||||
<link rel="icon" type="image/svg+xml" href="/bitcoin-btc-logo.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>₿ Bitcoin 3D - Premium SVG Animation</title>
|
||||
<meta name="description"
|
||||
content="Premium 3D Bitcoin logo with interactive rotation modes, built with Vue 3 and SVG." />
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:title" content="Bitcoin 3D - Premium SVG Animation" />
|
||||
<meta property="og:description"
|
||||
content="Premium 3D Bitcoin logo with interactive rotation modes, built with Vue 3 and SVG." />
|
||||
<meta property="og:image" content="/preview.png" />
|
||||
<meta property="og:type" content="website" />
|
||||
<!-- Twitter Cards -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Bitcoin 3D - Premium SVG Animation" />
|
||||
<meta name="twitter:description"
|
||||
content="Premium 3D Bitcoin logo with interactive rotation modes, built with Vue 3 and SVG." />
|
||||
<meta name="twitter:image" content="/preview.png" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user