File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,6 @@ <h1 class="project-title">{{ page.title }}</h1>
4242 </ div >
4343 {% endif %}
4444
45- {% if page.award %}
46- < div class ="project-award ">
47- < span class ="award-emoji "> 🏆</ span > < span class ="award-text "> CCS 2025 Distinguished Paper Award</ span >
48- </ div >
49- {% endif %}
50-
5145 {% if page.affiliation %}
5246 < div class ="project-affiliation ">
5347 {{ page.affiliation }}
@@ -60,6 +54,12 @@ <h1 class="project-title">{{ page.title }}</h1>
6054 </ div >
6155 {% endif %}
6256
57+ {% if page.award %}
58+ < div class ="project-award ">
59+ < span class ="award-emoji "> 🏆</ span > < span class ="award-text "> CCS 2025 Distinguished Paper Award</ span >
60+ </ div >
61+ {% endif %}
62+
6363 <!-- Links -->
6464 < div class ="project-links ">
6565 {% if page.paper_url and page.paper_url != "" %}
Original file line number Diff line number Diff line change 4949 font-weight : 400 ;
5050 font-size : 1.5rem ;
5151 text-align : center;
52- margin-top : 1 rem ;
52+ /* margin-top: 0.4rem;*/
5353 /* margin-bottom: 1.5rem; */
5454}
5555
9898 font-size : 1.25rem ;
9999 font-weight : 600 ;
100100 color : # 2d3748 ;
101- margin-bottom : 0.5 rem ;
101+ margin-bottom : 0.2 rem ;
102102}
103103
104104/* Tooltip for equal contribution indicator */
144144 flex-wrap : wrap;
145145 gap : 14px ;
146146 justify-content : center;
147- margin-top : 2 rem ;
147+ margin-top : 1.4 rem ;
148148 align-items : center;
149149}
150150
You can’t perform that action at this time.
0 commit comments