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() { {{.CONTACT_PHONE}} - + {{end}} @@ -133,8 +140,8 @@ async function page() { {{.CONTACT_SMS}} - + {{end}} @@ -145,8 +152,8 @@ async function page() { {{.CONTACT_IMESSAGE}} - + {{end}} @@ -157,8 +164,8 @@ async function page() { {{.CONTACT_WHATSAPP}} - + {{end}} @@ -170,12 +177,12 @@ async function page() { {{.CONTACT_PAGE_EMAIL}} - + {{end}} -
+
@@ -187,7 +194,7 @@ async function page() {
-
+