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 309cef6

Browse filesBrowse files
Fix CSS margin issues (rust-gamedev#14)
* Fix CSS margin issues * Update extra.scss Fixes rust-gamedev#11.
1 parent c9320d6 commit 309cef6
Copy full SHA for 309cef6

File tree

1 file changed

+6
-2
lines changed
Filter options

1 file changed

+6
-2
lines changed

‎_sass/extra.scss

Copy file name to clipboardExpand all lines: _sass/extra.scss
+6-2Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
hr {
2+
margin-bottom: $spacing-unit / 2;
3+
}
4+
15
li {
26
// For consistency with other elements.
3-
margin-bottom: 15px;
7+
margin: 15px 0;
48
}
59

610
.intro {
@@ -42,4 +46,4 @@ li {
4246
color: $grey-color;
4347
}
4448
}
45-
}
49+
}

0 commit comments

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