aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2020-09-27 18:50:18 -0400
committerChristine Dodrill <me@christine.website>2020-09-27 18:50:18 -0400
commita5fba33197a1f8f445f4b1b042f5526d5a7a03cc (patch)
tree1b5fe9cd8b1c2390c974bf2c711bdd8a0d27cf06 /css
parentf106c2c9d23c9c12a88b5a73f704f4be5c455926 (diff)
downloadxesite-a5fba33197a1f8f445f4b1b042f5526d5a7a03cc.tar.xz
xesite-a5fba33197a1f8f445f4b1b042f5526d5a7a03cc.zip
fixes and CSS fixes
Diffstat (limited to 'css')
-rw-r--r--css/shim.css9
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);
+}