this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

even better twitter card no touch delay

alice 6600f5e1 8b15a377

+5 -3
bottom_white_bg.png

This is a binary file and will not be displayed.

+1 -1
index.html
··· 12 12 <meta name="twitter:card" content="summary" /> 13 13 <meta name="twitter:title" content="🥺" /> 14 14 <meta name="twitter:description" content="performative and memeable" /> 15 - <meta name="twitter:image" content="https://iveble.art/bottom.png" /> 15 + <meta name="twitter:image" content="https://iveble.art/bottom_white_bg.png" /> 16 16 </head> 17 17 <body> 18 18 <div id="container">
+4 -2
main.css
··· 21 21 #content { 22 22 font-size: 5rem; 23 23 font-weight: bold; 24 - padding: 10vw 3vw 10vw 3vw; 24 + padding: 5vw 3vw 5vw 3vw; 25 25 text-align: center; 26 26 flex: 1 1 1px; 27 27 } ··· 85 85 text-align: center; 86 86 transition: all 0.15s; 87 87 cursor: pointer; 88 + touch-action: manipulation; 88 89 } 89 90 90 91 #footer { ··· 97 98 @media only screen and (max-device-width: 428px) and (-webkit-min-device-pixel-ratio: 2) { 98 99 #content { 99 100 font-size: 10vw; 101 + padding: 10vw 3vw 10vw 3vw; 100 102 } 101 103 102 104 a.button { 103 105 font-size: 2rem; 104 106 } 105 107 #footer { 106 - font-size: 1.6rem; 108 + font-size: 2rem; 107 109 } 108 110 109 111 /* twitter button */