Skip to content

Commit f3de244

Browse files
committed
Merge pull request jupyter#25 from jupyter/hublogo-fix
Oversize logo fix
2 parents 2f19eaa + 0aeb576 commit f3de244

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

css/logo-nav.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,9 @@ a {
357357
.hubfeature h2 {
358358
text-align: center;
359359
}
360+
#hublogo {
361+
width: 60%;
362+
}
360363
}
361364
.architecturedescription p {
362365
padding-top: 26px;

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ <h2 style="text-align:center;">Currently in use at</h2>
205205
<div class="container">
206206
<div class="hubheader">
207207
<div class="hublogo col-md-5">
208-
<img src="assets/hublogo.svg" class="img-responsive" style="margin:0 auto;">
208+
<img src="assets/hublogo.svg" class="img-responsive" style="margin:0 auto;" id="hublogo">
209209
</div>
210210
<div class="hubdescription col-md-7">
211211
<h2>Jupyter for Organizations</h2>

0 commit comments

Comments
 (0)