refactor: update account copy
This commit is contained in:
parent
52eb5b1efe
commit
831d50f65c
|
@ -149,7 +149,7 @@ p {
|
||||||
|
|
||||||
#content-text-wrapper {
|
#content-text-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: 3.2em;
|
margin-bottom: 6em;
|
||||||
transition: height 500ms, opacity 500ms;
|
transition: height 500ms, opacity 500ms;
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
|
|
|
@ -208,10 +208,7 @@ export default function App() {
|
||||||
<div id="content-text-wrapper" ref={elContentTextWrapper}>
|
<div id="content-text-wrapper" ref={elContentTextWrapper}>
|
||||||
<div id="content-text-default" ref={elContentTextDefault}>
|
<div id="content-text-default" ref={elContentTextDefault}>
|
||||||
<h1>Access the open web with ease</h1>
|
<h1>Access the open web with ease</h1>
|
||||||
<p>
|
<p>Seamless access to your favorite networks</p>
|
||||||
Seamless access to the open web with Lume, integrated
|
|
||||||
Handshake (HNS) and Ethereum (ENS) Support.
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
id="content-text-create-account"
|
id="content-text-create-account"
|
||||||
|
|
Reference in New Issue