Skip to content

Commit 76d7cba

Browse files
authored
Add max width for homepage sections (jupyter#665)
1 parent 0454922 commit 76d7cba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_sass/components/_homepage.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
.homepage-section {
44
display: table;
55
padding: 7em 0;
6+
width: 100%;
67
@media (max-width: 420px) {
78
padding: 3em 0;
89
}
910
.showcase {
1011
display: table;
1112
clear: both;
13+
max-width: 2200px;
14+
margin: 0 auto;
1215
}
1316
.description {
1417
margin-top: 2em;

0 commit comments

Comments
 (0)