Skip to content

Commit 2197546

Browse files
authored
Update index.md
1 parent df4e729 commit 2197546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Prior to joining Waymo, I was a fourth-year Ph.D. student in Computer Science at
2323
## Showcase
2424
{% for image in site.static_files -%}
2525
{%- if image.path contains "/showcase/" -%}
26-
<img src="{{ image.path }}" style="width:33vw">
26+
<img src="{{ image.path }}" style="width:33%">
2727
{%- endif -%}
2828
{%- endfor %}
2929

0 commit comments

Comments
 (0)