Skip to content

Commit

Permalink
[bin] Improve nonmobile spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed May 13, 2024
1 parent 280f2a7 commit 20c295b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public/bin/index.html
Expand Up @@ -151,7 +151,7 @@ <h1 class="project-idea-title">
</button> -->
<!-- <span class="flex-lb hideonmobile"></span> -->
<button onclick="generateBuildLink(this)" class="gambling-build hoverable greenbutton disabled"
style="margin-top: 2em; margin-bottom: 2em">
style="margin-top: 1em; margin-bottom: 1em">
Open the editor
<img src="./icons/arrow_white.svg">
</button>
Expand Down
4 changes: 4 additions & 0 deletions public/bin/landing-new/style.css
Expand Up @@ -821,4 +821,8 @@ button {
100% {
transform: translateY(0px);
}
}

.project-idea-title {
text-align: center;
}

0 comments on commit 20c295b

Please sign in to comment.