Landing page uses offset grid
This commit is contained in:
parent
8ea9f702c5
commit
d77ccd47ee
|
@ -14,14 +14,12 @@
|
||||||
</head>
|
</head>
|
||||||
<body class="vsc-initialized">
|
<body class="vsc-initialized">
|
||||||
<div id="overlay"></div>
|
<div id="overlay"></div>
|
||||||
<main>
|
<main class="offset-grid--top fullsize">
|
||||||
<header>
|
<div>
|
||||||
<div class="container flex column">
|
<h1 class="text-dark ff-serif fs-800 gap-large-bottom">this is <span class="waltuh-gradient">Waltuh</span>.</h1>
|
||||||
<h1 class="text-dark ff-serif fs-800">this is <mark class="waltuh-gradient">Waltuh</mark>.</h1>
|
|
||||||
<p>You know how they say, "It's been a pleasure?"</p>
|
<p>You know how they say, "It's been a pleasure?"</p>
|
||||||
<p>It hasn't.</p>
|
<p>It hasn't.</p>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
|
||||||
</main>
|
</main>
|
||||||
<footer class="lock-bottom">
|
<footer class="lock-bottom">
|
||||||
<a href="./">Return to Waltuh</a>
|
<a href="./">Return to Waltuh</a>
|
||||||
|
|
Loading…
Reference in New Issue