Skip to content

Commit

Permalink
Tweak holding page
Browse files Browse the repository at this point in the history
  • Loading branch information
brodysmith1 committed Feb 15, 2024
1 parent 6b96d95 commit afa5fd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<div class="flex-col flex-center">
<div
class="temp-farm-wrapper"
style="position: absolute; transform: scale(0.67) translate(0, 0%); top: 2rem;"
style="position: absolute; transform: scale(0.6) translate(0, 0%); top: 0rem;"
>
<Farm levitate />
</div>
<div class="title" style="margin: 3rem auto 0.25rem;">Protein explorer</div>
<div class="title" style="margin: 5rem auto 0.25rem;">Protein explorer</div>
<p>Check back here in March for an exciting digital launch.</p>
<span>Visit <a href="https://theplotline.org/"><b>The Plotline &nearr;</b></a></span>
</div>
Expand Down

0 comments on commit afa5fd0

Please sign in to comment.