diff --git a/src/layouts/partials/tea-two-ways.html b/src/layouts/partials/tea-two-ways.html index 7ec767a..31eb925 100644 --- a/src/layouts/partials/tea-two-ways.html +++ b/src/layouts/partials/tea-two-ways.html @@ -22,13 +22,17 @@ {{- partial "click-to-copy.html" . -}}

tea is a stand‐alone binary. See our docs for more installation methods, including brew install .

+ @@ -105,22 +109,38 @@ content: "\00a0"; /* non-breaking space character */ } + .arrow { + transition: transform 0.3s; + display: inline-block; + margin-left: 5px; + } + + .rotated { + transform: rotate(90deg); + } + +