Skip to content

Commit 5acbdb3

Browse files
Merge pull request jupyter#222 from nicktimko/patch-1
Thanks!
2 parents a4ec795 + 3a6c45e commit 5acbdb3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

css/logo-nav.css

+3-4
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ body {
154154
width: 95%;
155155
}
156156
.img-container img {
157-
vertical-align: center;
157+
vertical-align: middle;
158158
}
159159

160160
/* Reusable elements */
@@ -291,7 +291,7 @@ body {
291291
box-sizing: border-box;
292292
display: inline-block;
293293
padding: 2%;
294-
vertical-align: center;
294+
vertical-align: middle;
295295
width: 18%;
296296
}
297297
.companies .col img{
@@ -370,8 +370,7 @@ body {
370370
display: block;
371371
height: 100%;
372372
margin: 0 auto;
373-
text-align:center;
374-
vertical-align: center;
373+
text-align: center;
375374
}
376375
/* Used to make cursor turn to link specific cursor when hovering over architecture buttons */
377376
.bt, .bt1, .bt2 {

0 commit comments

Comments
 (0)