mirror of
https://github.com/ivabus/www
synced 2024-11-10 07:45:16 +03:00
click-copy is not as wide & taller
This commit is contained in:
parent
b7f957289a
commit
792301229d
|
@ -1,7 +1,7 @@
|
||||||
<p class="install-label text-center">Install tea by running our one-liner:</p>
|
<p class="install-label text-center">Install tea by running our one-liner:</p>
|
||||||
<div class="flex pt-2 pb-2 ps-4 pe-2 mb-4 black-bg" style="width: 100%; border: 1px solid #949494; border-radius: 5px;">
|
<div class="flex pt-1 pb-1 ps-4 pe-1 mb-4 black-bg" style="max-width: 800px; margin-left:auto; margin-right:auto; height:80px; border: 1px solid #949494; border-radius: 5px;">
|
||||||
<code id="copy-text" class="white">sh <(curl tea.xyz)</code>
|
<code id="copy-text" class="white lead">sh <(curl tea.xyz)</code>
|
||||||
<button class="hbtn hb-fill-right" id="copy-button">Copy</button>
|
<button class="hbtn hb-fill-right" id="copy-button" style="height:100%;">Copy</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in a new issue