Skip to content

Commit d8e6565

Browse files
committed
Improve styling of method bullets
1 parent 4e51598 commit d8e6565

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: style.css

+5
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,15 @@ video {
171171
background-color: #ffecb3;
172172
padding-top: 0.5em;
173173
padding-bottom: 0.5em;
174+
padding-left: 1.8em;
175+
padding-right: 0.5em;
174176
margin-top: 0.5em;
175177
margin-bottom: 0.5em;
176178
border-radius: 0.5em;
177179
}
180+
.method-bullets li + li {
181+
margin-top: 0.2em;
182+
}
178183

179184
button {
180185
color: #454545;

0 commit comments

Comments
 (0)