8000 Merge pull request #9 from huonw/spacing · adevore/blog.rust-lang.org@f2fcffa · GitHub
[go: up one dir, main page]

Skip to content

Commit f2fcffa

Browse files
committed
Merge pull request rust-lang#9 from huonw/spacing
Revert removal of page-content padding-top & tweak logo spacing.
2 parents a28f88c + 2f8bf3f commit f2fcffa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_sass/_layout.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#site-logo {
1414
width: 48px;
1515
height: 48px;
16-
padding: 2px;
16+
padding: 5px 0;
1717
}
1818

1919
.site-title {
@@ -174,7 +174,7 @@
174174
* Page content
175175
*/
176176
.page-content {
177-
//padding: $spacing-unit 0;
177+
padding-top: $spacing-unit;
178178
}
179179

180180
.page-heading {

0 commit comments

Comments
 (0)
0