Skip to content

Commit b7026cc

Browse files
cameronoelsenjdfreder
authored andcommitted
JupyterHub Spacing
fixed spacing so it is all the same on mobile
1 parent 6aa8b15 commit b7026cc

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

css/logo-nav.css

+7
Original file line numberDiff line numberDiff line change
@@ -223,13 +223,17 @@ body {
223223
font-size: 21px;s
224224
text-align: center;
225225
color: #766A6A;
226+
text-align: center;
226227
}
227228
.hubfeature p {
228229
font-size: 15pt;
229230
text-align: center;
230231
color: #766A6A;
231232
padding-top: 2px;
232233
}
234+
.hubfeature img {
235+
margin: 0 auto;
236+
}
233237
.hubfeatures {
234238
padding-top: 50px;
235239
background: url("../assets/line.svg");
@@ -244,4 +248,7 @@ body {
244248
.hubfeatures{
245249
background: none;
246250
}
251+
#data {
252+
padding-top: 40px;
253+
}
247254
}

index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -174,22 +174,22 @@ <h2>Jupyter for Organizations</h2>
174174
</div>
175175
<div class="hubfeatures col-md-12">
176176
<div class="feature1 hubfeature col-md-3 authentication">
177-
<img src="assets/authentication.svg" class="img-responsive" style="margin:0 auto;">
177+
<img src="assets/authentication.svg" class="img-responsive">
178178
<h2>Pluggable authentication</h2>
179179
<p>Manage users and authentication with PAM, OAuth or integrate with your own directory service system. Collaborate with others through the Linux permission model.</p>
180180
</div>
181181
<div class="featuremiddle hubfeature col-md-3">
182-
<img src="assets/central.svg" class="img-responsive" style="margin:0 auto;">
182+
<img src="assets/central.svg" class="img-responsive">
183183
<h2>Centralized deployment</h2>
184184
<p>Deploy the Jupyter Notebook to all users in your organization on centralized servers that have unified package management and data access.</p>
185185
</div>
186186
<div class="featuremiddle hubfeature col-md-3">
187-
<img src="assets/container.svg" class="img-responsive" style="margin:0 auto;">
187+
<img src="assets/container.svg" class="img-responsive">
188188
<h2>Container friendly</h2>
189189
<p>Use Docker containers to scale your deployment and isolate user processes. Assemble your deployment using a growing ecosystem of prebuilt Docker containers.</p>
190190
</div>
191191
<div class="feature4 hubfeature col-md-3">
192-
<img src="assets/data.svg" class="img-responsive" style="margin:0 auto;">
192+
<img src="assets/data.svg" class="img-responsive" id="data">
193193
<h2>Code Meets Data.</h2>
194194
<p>The Notebook has support for over 40 programming languages, including languages popular in Data Science such as Python, R, Julia and Scala. </p>
195195
<div>

0 commit comments

Comments
 (0)