Skip to content

Commit 1857e24

Browse files
committed
Add asymmetrical margin for ease of reading
1 parent 2f51a3d commit 1857e24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/styles/Chatbot.module.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
line-height: 1.5;
9898
border-radius: 10px;
9999
display: block;
100+
margin-bottom: 5px;
100101
}
101102

102103
.assistant {
@@ -108,6 +109,7 @@
108109
line-height: 1.5;
109110
border-radius: 10px;
110111
display: block;
112+
margin-bottom: 10px;
111113
}
112114

113115
.button-container {

0 commit comments

Comments
 (0)