diff options
| author | Christine Dodrill <me@christine.website> | 2020-09-27 20:09:48 -0400 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2020-09-27 20:09:48 -0400 |
| commit | aee2904e742a06a42f330feeff8d16c03f4cd83f (patch) | |
| tree | 30678ed8dd3220caefd4962df738c6cc511dcd07 /css | |
| parent | a5fba33197a1f8f445f4b1b042f5526d5a7a03cc (diff) | |
| download | xesite-aee2904e742a06a42f330feeff8d16c03f4cd83f.tar.xz xesite-aee2904e742a06a42f330feeff8d16c03f4cd83f.zip | |
avif and CSS
Diffstat (limited to 'css')
| -rw-r--r-- | css/shim.css | 3 |
1 files changed, 2 insertions, 1 deletions
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)); } |
