Skip to content

Commit ff5cbcc

Browse files
committed
Merge branch 'tidy-container' of https://github.com/jupyter/jupyter.github.io into tidy-container
2 parents 2c2e394 + dc8ec44 commit ff5cbcc

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

_sass/components/_containers.scss

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
.article {
2-
}
31
.container {
4-
padding-right: 15px;
5-
padding-left: 15px;
2+
padding-right: 1em;
3+
padding-left: 1em;
64
}
75
.content {
86
margin-right: auto;

_sass/components/_navbar.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
.navbar-brand:focus {
1919
text-decoration: none;
2020
}
21-
.mobile-clearfix {
21+
.mobile-clearfix {
2222
@media (max-width: 768px) {
2323
clear: both;
2424
}

0 commit comments

Comments
 (0)