aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
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);
+}