File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments