Larger one-liner supporting copy

This commit is contained in:
Thomas Smith 2023-02-28 14:23:04 -05:00
parent 6625171bb9
commit 2ce50ccc42

View file

@ -1,4 +1,4 @@
<p class="install-label text-center">Install tea by running our one-liner:</p>
<h3 class="install-label text-center display-6 mb-4">Install tea by running our one-liner:</h3>
<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 lead">sh <(curl tea.xyz)</code>
<button class="hbtn hb-fill-right" id="copy-button" style="height:100%;">Copy</button>