diff --git a/static/index.html b/static/index.html
index b085523..e1a78c9 100644
--- a/static/index.html
+++ b/static/index.html
@@ -24,13 +24,20 @@ a {
.contact {
margin-bottom: 5px;
- white-space: nowrap;
+ display: flex;
+ flex-direction: row;
+ flex-wrap: nowrap;
+ align-items: center;
}
.contact svg {
margin-right: 10px;
}
+.contact span {
+ text-wrap: nowrap;
+}
+
sl-copy-button {
color: var(--sl-color-neutral-200);
}
@@ -121,8 +128,8 @@ async function page() {