Skip to content

Commit

Permalink
style: increase the paragraph spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
josStorer committed Apr 15, 2023
1 parent e8dad13 commit f89e9c9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/content-script/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@
padding: 0;
}

& > p {
margin-bottom: 10px;
p {
margin: 0 0 10px;
}

code {
Expand All @@ -178,10 +178,6 @@
padding: 0;
}
}

p {
margin: 0;
}
}

.gpt-header {
Expand All @@ -194,6 +190,7 @@

p {
font-weight: bold;
margin: 0;
}

.gpt-feedback {
Expand Down

0 comments on commit f89e9c9

Please sign in to comment.