diff options
| author | Christine Dodrill <me@christine.website> | 2020-09-27 18:50:18 -0400 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2020-09-27 18:50:18 -0400 |
| commit | a5fba33197a1f8f445f4b1b042f5526d5a7a03cc (patch) | |
| tree | 1b5fe9cd8b1c2390c974bf2c711bdd8a0d27cf06 /css/shim.css | |
| parent | f106c2c9d23c9c12a88b5a73f704f4be5c455926 (diff) | |
| download | xesite-a5fba33197a1f8f445f4b1b042f5526d5a7a03cc.tar.xz xesite-a5fba33197a1f8f445f4b1b042f5526d5a7a03cc.zip | |
fixes and CSS fixes
Diffstat (limited to 'css/shim.css')
| -rw-r--r-- | css/shim.css | 9 |
1 files changed, 9 insertions, 0 deletions
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); +} |
