Skip to content

Commit 9ac2188

Browse files
authored
1
1 parent a16fafd commit 9ac2188

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

_people/people-2.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
permalink: /people/test
66
---
77

8-
<div style="display: flex; flex-wrap: wrap; align-items: flex-start; margin-bottom: 20px; height: 300px;">
9-
<div style="flex: 1; min-width: 250px;">
10-
<h2 style="margin-top: 0;">Yu Liu</h2>
11-
<p>Email: liuyu21@m.fudan.edu.cn</p>
8+
<div style="display: flex; align-items: flex-start; justify-content: space-between; overflow: hidden;">
9+
<div style="flex: 3; padding: 10px;">
10+
<h2>Yu Liu</h2>
11+
<p><strong>Email:</strong> liuyu21@m.fudan.edu.cn</p>
1212
<p>Liu Yu has graduated from the Departmental and Educational Psychology at Southwest University as a master. He's studying for his PhD in The Institute of Science and Technology for Brain-inspired Intelligence at Fudan University. Her current research focuses on adolescent development and psychiatry.</p>
1313
</div>
14-
<div style="flex: 1; min-width: 250px; padding: 10px; overflow: hidden;">
15-
<img src='/images/liuyu.jpg' alt="Yu Liu" style="max-width: 100%; max-height: 100%; object-fit: contain;"/>
14+
<div style="flex: 2; padding: 10px;">
15+
<img src='images/liuyu.jpg' alt="Yu Liu" style="max-width: 100%; height: auto;"/>
1616
</div>
1717
</div>
18+
>
1819

1920

0 commit comments

Comments
 (0)