Skip to content

Commit

Permalink
Small layout tweak of app holder
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaSinek committed Dec 14, 2024
1 parent 0ccae96 commit 172f2bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/pages/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</div>
</div>
</div>
<div id="rails-new-command-generator-holder" data-controller="clipboard" class="flex-col bg-deep-azure-zeta pt-3 z-50">
<div id="rails-new-command-generator-holder" data-controller="clipboard" class="flex-col bg-deep-azure-zeta pt-2 z-50">
<div id="rails-new-output-container"
class="text-gray-200 max-w-6xl mt-3 sm:mt-3 md:mt-3 lg:mt-4 xl:mt-4 h-auto sm:h-auto md:h-20 lg:h-20 xl:h-auto mb-6 mx-auto flex items-center">
<p id="rails-new-output-text" data-target="clipboard.source"
Expand All @@ -37,7 +37,7 @@
</p>
</div>
<div
class="sm:flex-wrap md:flex items-center justify-center divide-y sm:divide-y-2 md:divide-y-0 divide-gray-400 bg-deep-azure-zeta sm:pb-0 md:pb-8">
class="mt-10 sm:flex-wrap md:flex items-center justify-center divide-y sm:divide-y-2 md:divide-y-0 divide-gray-400 bg-deep-azure-zeta sm:pb-0 md:pb-8">
<a id="copy-to-clipboard"
data-action="click->clipboard#copy"
class="block bg-ruby md:rounded-lg ml-0 md:mr-5 px-6 text-gray-50 shadow-2xl whitespace-no-wrap py-3">📋️ Copy to Clipboard</a>
Expand All @@ -47,7 +47,7 @@
</div>
<a href="#"
id="verify-my-setup-link"
class="block bg-[rgb(59,159,172)] md:rounded-lg min-w-full sm:min-w-full md:min-w-0 text-left sm:text-left md:text-center ml-0 px-6 text-white shadow-2xl whitespace-no-wrap py-3 hover:bg-[rgb(71,171,184)] transition-colors duration-150" >
class="block bg-[rgb(59,159,172)] md:rounded-lg min-w-full sm:min-w-full md:min-w-0 text-left sm:text-left md:text-center ml-0 px-6 text-white shadow-2xl whitespace-no-wrap py-3 hover:bg-[rgb(71,171,184)] transition-colors duration-150">
🏆️ Generate My App
</a>
</div>
Expand Down

0 comments on commit 172f2bd

Please sign in to comment.