Skip to content

Commit 609f033

Browse files
committed
Update index.html
1 parent 1c86dc6 commit 609f033

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

csci5640/index.html

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,21 @@
3636
ul.condensed { column-count: 2; list-style-position: inside; }
3737
}
3838
.flex { display: flex; flex-wrap: wrap; }
39+
.flex .break {
40+
flex-basis: 100%;
41+
height: 0;
42+
}
3943
.flex > span { margin-right: 3em; }
44+
.flex2 { display: flex; flex-wrap: wrap; }
45+
.flex2 .break {
46+
flex-basis: 100%;
47+
height: 0;
48+
}
49+
.flex2 > span {
50+
flex-basis: 25%;
51+
box-sizing: border-box;
52+
padding-right: 1em;
53+
}
4054
.text-muted { color: #636c72; }
4155
.text-info { color: #5bc0de; }
4256
.text-danger { color: #dc3545; }
@@ -70,11 +84,12 @@ <h2 class="section-title">Information</h2>
7084
<span><a href="mailto:liweiwang@cuhk.edu.hk">Prof. Liwei WANG</a></span>
7185
</dd>
7286
<dt>Teaching Assistant</dt>
73-
<dd class="flex">
87+
<dd class="flex2">
7488
<span><a href="mailto:syli25@cse.cuhk.edu.hk">Shiyu LI</a></span>
7589
<span><a href="mailto:jrding25@cse.cuhk.edu.hk">Jianrong DING</a></span>
7690
<span><a href="mailto:ylli25@cse.cuhk.edu.hk">Yilin LI</a></span>
7791
<span><a href="mailto:yfli24@cse.cuhk.edu.hk">Yifan LI</a></span>
92+
<span class="break"></span>
7893
<span><a href="mailto:zqlin24@cse.cuhk.edu.hk">Ziqian LIN</a></span>
7994
<span><a href="mailto:rywang24@cse.cuhk.edu.hk">Ruiyan WANG</a></span>
8095
<span><a href="mailto:jdxu@cse.cuhk.edu.hk">Junde XU</a></span>

0 commit comments

Comments
 (0)