Skip to content

Commit

Permalink
even better twitter card no touch delay
Browse files Browse the repository at this point in the history
  • Loading branch information
aliceisjustplaying committed Sep 7, 2021
1 parent 8b15a37 commit 6600f5e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Binary file added bottom_white_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="🥺" />
<meta name="twitter:description" content="performative and memeable" />
<meta name="twitter:image" content="https://iveble.art/bottom.png" />
<meta name="twitter:image" content="https://iveble.art/bottom_white_bg.png" />
</head>
<body>
<div id="container">
Expand Down
6 changes: 4 additions & 2 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ body {
#content {
font-size: 5rem;
font-weight: bold;
padding: 10vw 3vw 10vw 3vw;
padding: 5vw 3vw 5vw 3vw;
text-align: center;
flex: 1 1 1px;
}
Expand Down Expand Up @@ -85,6 +85,7 @@ a.button {
text-align: center;
transition: all 0.15s;
cursor: pointer;
touch-action: manipulation;
}

#footer {
Expand All @@ -97,13 +98,14 @@ a.button {
@media only screen and (max-device-width: 428px) and (-webkit-min-device-pixel-ratio: 2) {
#content {
font-size: 10vw;
padding: 10vw 3vw 10vw 3vw;
}

a.button {
font-size: 2rem;
}
#footer {
font-size: 1.6rem;
font-size: 2rem;
}

/* twitter button */
Expand Down

0 comments on commit 6600f5e

Please sign in to comment.