did:cow, a proposal for an ID resolution method with most of the convenience of did:plc/did:web and the robustness of a public blockchain
3
fork

Configure Feed

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

font size tweaks

+8 -1
+8 -1
web/static/index.html
··· 35 35 h1 { font-size: 1.5rem; font-weight: 700; } 36 36 h1 span { color: #6b7280; font-weight: 400; } 37 37 38 + .mobile-break { display: none; } 39 + 40 + @media (max-width: 600px) { 41 + h1 span { font-size: 1rem; } 42 + .mobile-break { display: block; } 43 + } 44 + 38 45 #connect-btn { 39 46 background: #1a1a1a; 40 47 color: #fff; ··· 192 199 (__)\ )\/\ 193 200 ||----w | 194 201 || ||</pre> 195 - <h1>did:cow <span>Consensus Ownership Wrapper</span></h1> 202 + <h1>did:cow <span><br class="mobile-break">Consensus Ownership Wrapper</span></h1> 196 203 </div> 197 204 <button id="connect-btn" onclick="connectWallet()">Connect wallet</button> 198 205 </header>