We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f19eaa + 0aeb576 commit f3de244Copy full SHA for f3de244
css/logo-nav.css
@@ -357,6 +357,9 @@ a {
357
.hubfeature h2 {
358
text-align: center;
359
}
360
+ #hublogo {
361
+ width: 60%;
362
+ }
363
364
.architecturedescription p {
365
padding-top: 26px;
index.html
@@ -205,7 +205,7 @@ <h2 style="text-align:center;">Currently in use at</h2>
205
<div class="container">
206
<div class="hubheader">
207
<div class="hublogo col-md-5">
208
- <img src="assets/hublogo.svg" class="img-responsive" style="margin:0 auto;">
+ <img src="assets/hublogo.svg" class="img-responsive" style="margin:0 auto;" id="hublogo">
209
</div>
210
<div class="hubdescription col-md-7">
211
<h2>Jupyter for Organizations</h2>
0 commit comments