From 3da89a0549576a09490a5bc9c9935840ee380481 Mon Sep 17 00:00:00 2001 From: James Polley Date: Sun, 8 Oct 2017 22:23:13 +1100 Subject: [PATCH] Format the speaker bio as intended. --- static/src/css/app.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/src/css/app.css b/static/src/css/app.css index 754519a8..2bae9a3d 100644 --- a/static/src/css/app.css +++ b/static/src/css/app.css @@ -108,6 +108,11 @@ div.system-message p.system-message-title { padding: 5px 0 0 12px; } +.bio { + font-family: Hack, monospace; + white-space: pre-wrap; +} + /** * The CSS shown here will not be introduced in the Quickstart guide, but shows * how you can use CSS to style your Element's container.