From aee2904e742a06a42f330feeff8d16c03f4cd83f Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 27 Sep 2020 20:09:48 -0400 Subject: avif and CSS --- css/shim.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'css/shim.css') diff --git a/css/shim.css b/css/shim.css index dae9813..1319ecf 100644 --- a/css/shim.css +++ b/css/shim.css @@ -25,5 +25,6 @@ img { .conversation-picture { flex: 1; - max-width: calc((70rem - 2rem)/6); + min-width: 9rem; + max-width: calc(((70rem - 2rem)/6)); } -- cgit v1.2.3