This commit is contained in:
Alex Grintsvayg 2021-03-29 08:47:47 -04:00
parent d62f5fcb80
commit 84268ba35c
No known key found for this signature in database
GPG key ID: AEB3F089F86A22B5
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ export function Header(props) {
<meta name="twitter:card" content="summary" />
<meta name="twitter:creator" content="@LBRYcom" />
<meta name="twitter:title" content="Help LBRY Save Crypto" />
<meta name="twitter:description" content={__(m.og_description)} />
<meta name="twitter:description" content="The SEC doesnt understand blockchain. The claims made in SEC vs. LBRY would destroy crypto in the US." />
</Head>

View file

@ -359,7 +359,7 @@ main {
margin: 1rem 0;
@media (min-width: $breakpoint-small) {
font-size: 2rem;
font-size: 1.75rem;
margin: 2rem 0;
}
}