Use fixed background-attachment

This commit is contained in:
Boris Kubiak 2018-07-31 07:58:26 +02:00
parent 98a15a582c
commit e13d32a05e
2 changed files with 3 additions and 8 deletions

View file

@ -14,8 +14,8 @@
<meta property="og:description" content="Vanity-ETH is an open source generator using your web browser to generate Ethereum <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 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." /> Vanity-ETH provides an encrypted keystore compatible with MyEtherWallet, MetaMask, Mist, and geth." />
<link rel="canonical" href="vanity-eth.tk/" /> <link rel="canonical" href="https://vanity-eth.tk/" />
<meta property="og:url" content="vanity-eth.tk/" /> <meta property="og:url" content="https://vanity-eth.tk/" />
<meta property="og:site_name" content="Vanity ETH" /> <meta property="og:site_name" content="Vanity ETH" />
<meta name="google-site-verification" content="DFWJVWz9IRrh-wjBxn0Y8ith5FTqMeJTSUtuJ595BEs" /> <meta name="google-site-verification" content="DFWJVWz9IRrh-wjBxn0Y8ith5FTqMeJTSUtuJ595BEs" />
<style>@keyframes spin{100%{transform:rotate(360deg)}}</style> <style>@keyframes spin{100%{transform:rotate(360deg)}}</style>

View file

@ -238,12 +238,7 @@
font-family: 'Lato', sans-serif font-family: 'Lato', sans-serif
background: $bg-fallback background: $bg-fallback
background: linear-gradient(140deg, $bg-2 0%, $bg-1 100%) background: linear-gradient(140deg, $bg-2 0%, $bg-1 100%)
@media screen and (max-width: 1200px) background-attachment: fixed
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%)
h1, h2, h3, h4, h5, h6, p, label h1, h2, h3, h4, h5, h6, p, label
margin: 0 margin: 0