Skip to content

Commit

Permalink
top
Browse files Browse the repository at this point in the history
  • Loading branch information
neauoire committed Dec 23, 2018
1 parent 85c825e commit 0f8e642
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ <h1>Hundred Rabbits</h1>
<input type="email" value="" name="EMAIL" class="email" placeholder="[email protected]" required="">
<input type="submit" value="Subscribe" name="subscribe" class="button">
</form>
<div class='pane'></div>
</div>
<script type="text/javascript">
const tracker = new Tracker(route)
Expand Down
3 changes: 1 addition & 2 deletions links/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ body.splash #wrapper #intro p { text-align: center; text-align: center;line-heig
body.splash #wrapper #intro p a { font-family: "alte_haas_grotesk_bold", "Helvetica Neue", Helvetica, Arial; text-decoration: underline; }
body.splash #wrapper #intro p a:hover { text-decoration: none; cursor: pointer; }
body.splash #wrapper #social { position: fixed;top:30px;right:30px; }
body.splash #wrapper form { position: fixed;bottom: 30px;right: 30px;background:white;border-radius: 30px;overflow: hidden;line-height: 26px }
body.splash #wrapper form { position: fixed;top: 30px;right: 130px;background: white;border-radius: 30px;overflow: hidden;line-height: 26px}
body.splash #wrapper form .email { font-size: 12px;display: inline-block;margin-left: 10px;color: black;line-height: 20px}
body.splash #wrapper form .button { background: black;color: white;font-family: "alte_haas_grotesk_bold", "Helvetica Neue", Helvetica, Arial;font-size: 12px;line-height: 20px;display: inline-block;margin-right: 3px;padding: 0px 10px;border-radius: 30px;position: relative;top:-1px}
body.splash #wrapper form .button:hover { background:#555; cursor: pointer; }
body.splash #wrapper .pane { background:black; height:15px; width:350px; position: fixed; bottom: 0px; right:0px; }

body #wrapper #logo { display: block;width: 100px;height: 100px;background-image: url(../media/interface/logo.svg);background-size:contain;position: absolute;top:5px }

Expand Down

0 comments on commit 0f8e642

Please sign in to comment.