Skip to content

Commit 0b42d40

Browse files
committed
Added a max-width to text blocks that are blowing out too wide. Fixes jupyter#431
1 parent 3db46d5 commit 0b42d40

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

_includes/partners.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="row section-header">
33
<img src="{{site.baseurl}}/assets/institutional_partners2.svg" class="section-icon img-responsive" alt="institutional partners">
44
<h3 class="col-sm-12 section-header">Institutional Partners</h3>
5-
<p class="col-sm-12 support-paragraph">
5+
<p class="support-paragraph">
66
Institutional Partners are organizations that support the project by employing Jupyter Steering Council members.
77
Current Institutional Partners include:
88
</p>

_includes/sponsors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="row">
44
<img src="{{site.baseurl}}/assets/sponsors2.svg" class="section-icon img-responsive" alt="sponsors">
55
<h3 class="col-sm-12 section-header">Sponsors</h3>
6-
<p class="col-sm-12 support-paragraph">Project Jupyter receives direct funding from the following sources:</p>
6+
<p class="support-paragraph">Project Jupyter receives direct funding from the following sources</p>
77
</div>
88

99
<div class="row">

css/logo-nav.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,9 @@ body {
260260
.support-paragraph {
261261
font-size: 15px;
262262
line-height: 1.5;
263-
margin-bottom: 16px;
264263
text-align: center;
264+
max-width: 630px;
265+
margin: 0 auto 16px auto;
265266
}
266267

267268
/* Orange action button */

widgets.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h2>Interactive Widgets</h2>
3030
<div class="container">
3131
<img class="section-icon img-responsive" src="assets/widget.svg" alt="icon to represent multiple notebooks">
3232
<h3 class="col-sm-12 section-header">Notebook Widgets</h3>
33-
<p class="support-paragraph">Notebooks come alive when interactive widgets are used. Users can visualize and control changes in the data. Learning becomes an immersive, plus fun, experience. Researchers can easily see how changing inputs to a model impacts the results.</p>
33+
<p class="support-paragraph">Notebooks come alive when interactive widgets are used. Users can visualize and control changes in the data. Learning becomes an immersive, plus fun, experience. Researchers can easily see how changing inputs to a model impacts the results.</p>
3434
</div>
3535
</div>
3636
</section>

0 commit comments

Comments
 (0)