Edits to package detail page

This commit is contained in:
Thomas Smith 2022-10-27 08:09:36 -04:00
parent 370102fa4b
commit 2b6cfc8baf

View file

@ -22,6 +22,16 @@
<!-- Copy to clipboard field --> <!-- Copy to clipboard field -->
<section>
<div class="container">
<div class="row">
<div class="col grid-gray">
Copy the tea one-liner below into your terminal to install {{- .Title -}}. tea will interpret the documentation and take care of any dependencies.
</div>
</div>
</div>
</section>
<hr> <hr>
<div class="row button-container"> <div class="row button-container">
<input class="one-liner" type="text" value="$ sh <(curl tea.xyz) install&nbsp;{{- .Title -}}" id="myInput" readonly> <input class="one-liner" type="text" value="$ sh <(curl tea.xyz) install&nbsp;{{- .Title -}}" id="myInput" readonly>
@ -127,6 +137,7 @@
text-align: center !important; text-align: center !important;
font-size: 4vw; font-size: 4vw;
border-left: 2px solid #949494; border-left: 2px solid #949494;
border-right: 2px solid #949494;
} }
.one-liner:focus{ .one-liner:focus{