Skip to content

Commit ef05850

Browse files
committed
Hardcoding university partner logo width
1 parent 86ea665 commit ef05850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h2>Companies &amp; Universities<br />Using PyTorch</h2>
141141
<div class="row university-testimonials-content">
142142
{% for item in site.case_studies limit:3 %}
143143
<div class="col-md-4">
144-
<img src="{{ site.baseurl }}/{{ item.logo }}" class="img-fluid">
144+
<img src="{{ site.baseurl }}/{{ item.logo }}" class="img-fluid" width="140">
145145
<p>{{ item.excerpt }}</p>
146146
<!-- Temporarily hiding link out to case studies for time being -->
147147
<!-- <a href="{{ site.baseurl }}{{ item.url }}" class="btn btn-lg with-right-arrow">

0 commit comments

Comments
 (0)