Skip to content

Commit f89e9c9

Browse files
committed
style: increase the paragraph spacing
1 parent e8dad13 commit f89e9c9

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/content-script/styles.scss

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@
165165
padding: 0;
166166
}
167167

168-
& > p {
169-
margin-bottom: 10px;
168+
p {
169+
margin: 0 0 10px;
170170
}
171171

172172
code {
@@ -178,10 +178,6 @@
178178
padding: 0;
179179
}
180180
}
181-
182-
p {
183-
margin: 0;
184-
}
185181
}
186182

187183
.gpt-header {
@@ -194,6 +190,7 @@
194190

195191
p {
196192
font-weight: bold;
193+
margin: 0;
197194
}
198195

199196
.gpt-feedback {

0 commit comments

Comments
 (0)