Skip to content

Commit 49487e5

Browse files
committed
chore(site): fix site logo
1 parent 47dad8f commit 49487e5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

gh-pages-root/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
<meta property="og:site_name" content="CuePoint">
4747
<meta property="og:locale" content="en_US">
4848
<meta property="og:image" content="https://stuchain.github.io/CuePoint/logo.png">
49-
<meta property="og:image:width" content="120">
50-
<meta property="og:image:height" content="120">
49+
<meta property="og:image:width" content="512">
50+
<meta property="og:image:height" content="341">
5151
<meta property="og:image:alt" content="CuePoint logo">
5252
<meta name="twitter:card" content="summary">
5353
<meta name="twitter:title" content="CuePoint – Accurate metadata for Rekordbox">
@@ -150,8 +150,8 @@
150150
margin: 0 auto;
151151
width: auto;
152152
height: auto;
153-
max-width: 120px;
154-
max-height: 120px;
153+
max-width: min(320px, 88vw);
154+
max-height: min(220px, 50vh);
155155
object-fit: contain;
156156
}
157157
.hero h1 {

gh-pages-root/logo.png

37 KB
Loading

0 commit comments

Comments
 (0)