wires

summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--assets/style.css1
-rw-r--r--content/_index.md4
2 files changed, 4 insertions, 1 deletions
diff --git a/assets/style.css b/assets/style.css
index 1b4cd46..200f8d3 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -121,4 +121,5 @@ hr {
 
 code {
   font-size: 125%;
+  hyphens: none;
 }
diff --git a/content/_index.md b/content/_index.md
index e73a990..0576859 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -6,5 +6,7 @@ languages, and distributed systems. My favorite languages to work with are Zig,
 Rust, Erlang, and the venerable C. I want to build high performance and fault
 tolerant systems, and to help make the web a more free and decentralized place.
 
+<p style="text-align: left;">
 I'm currently looking for work. If you want to talk, you can reach me at
-[`wires@wires.systems`](mailto:wires@wires.systems).
+<a href="mailto:wires@wires.systems"><code>wires@wires.systems</code></a>.
+</p>