Use fixed background-attachment
This commit is contained in:
parent
98a15a582c
commit
e13d32a05e
2 changed files with 3 additions and 8 deletions
|
@ -14,8 +14,8 @@
|
|||
<meta property="og:description" content="Vanity-ETH is an open source generator using your web browser to generate Ethereum
|
||||
vanity addresses. You can get a custom ETH vanity address right now without the need to install any software.
|
||||
Vanity-ETH provides an encrypted keystore compatible with MyEtherWallet, MetaMask, Mist, and geth." />
|
||||
<link rel="canonical" href="vanity-eth.tk/" />
|
||||
<meta property="og:url" content="vanity-eth.tk/" />
|
||||
<link rel="canonical" href="https://vanity-eth.tk/" />
|
||||
<meta property="og:url" content="https://vanity-eth.tk/" />
|
||||
<meta property="og:site_name" content="Vanity ETH" />
|
||||
<meta name="google-site-verification" content="DFWJVWz9IRrh-wjBxn0Y8ith5FTqMeJTSUtuJ595BEs" />
|
||||
<style>@keyframes spin{100%{transform:rotate(360deg)}}</style>
|
||||
|
|
|
@ -238,12 +238,7 @@
|
|||
font-family: 'Lato', sans-serif
|
||||
background: $bg-fallback
|
||||
background: linear-gradient(140deg, $bg-2 0%, $bg-1 100%)
|
||||
@media screen and (max-width: 1200px)
|
||||
background: linear-gradient(130deg, $bg-2 0%, $bg-1 100%)
|
||||
@media screen and (max-width: 768px)
|
||||
background: linear-gradient(120deg, $bg-2 0%, $bg-1 100%)
|
||||
@media screen and (max-width: 480px)
|
||||
background: linear-gradient(110deg, $bg-2 0%, $bg-1 100%)
|
||||
background-attachment: fixed
|
||||
|
||||
h1, h2, h3, h4, h5, h6, p, label
|
||||
margin: 0
|
||||
|
|
Loading…
Add table
Reference in a new issue