Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d2b85f2

Browse filesBrowse files
committed
style: adjust blockquote list styles
To avoid strange extraneous bottom margins.
1 parent 83cceec commit d2b85f2
Copy full SHA for d2b85f2

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed

‎sass/styles/app.scss

Copy file name to clipboardExpand all lines: sass/styles/app.scss
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ blockquote {
104104
p:last-of-type {
105105
margin-bottom: 0;
106106
}
107+
108+
ol, ul {
109+
margin-block-start: 1em;
110+
margin-block-end: 0em;
111+
}
107112
}
108113

109114
details > summary {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.