From a5fba33197a1f8f445f4b1b042f5526d5a7a03cc Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 27 Sep 2020 18:50:18 -0400 Subject: fixes and CSS fixes --- css/shim.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'css') diff --git a/css/shim.css b/css/shim.css index 6cca7ab..dae9813 100644 --- a/css/shim.css +++ b/css/shim.css @@ -18,3 +18,12 @@ img { max-width: 100%; padding: 1em; } + +.conversation { + display: flex; +} + +.conversation-picture { + flex: 1; + max-width: calc((70rem - 2rem)/6); +} -- cgit v1.2.3