diff --git a/.github/workflows/release-docs.yml b/.github/workflows/release-docs.yml
index 72aeed7..695e3bf 100644
--- a/.github/workflows/release-docs.yml
+++ b/.github/workflows/release-docs.yml
@@ -32,8 +32,6 @@ jobs:
echo ''
- echo ''
} > build/after-body.html
- name: Build artifacts
diff --git a/src/quote.js b/src/quote.js
index 942a1f7..8993d44 100644
--- a/src/quote.js
+++ b/src/quote.js
@@ -28,7 +28,6 @@
btn.textContent = "";
btn.innerHTML = `
- Quote
`;
btn.addEventListener("click", (e) => {
e.preventDefault();
diff --git a/src/style.css b/src/style.css
index 2e3be88..ca0beda 100644
--- a/src/style.css
+++ b/src/style.css
@@ -243,6 +243,11 @@ pre code{
\
");
}
+.quote-btn {
+ margin-left:.5rem;
+ font-size:.8em;
+ vertical-align:middle;
+}
/* Small-screen polish */
@media (max-width: 520px){