Skip to content

Commit 67f9819

Browse files
committed
refactor award section and adjust margin styles for improved layout
1 parent 3b64d41 commit 67f9819

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

_layouts/project.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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 != "" %}

assets/css/project.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
font-weight: 400;
5050
font-size: 1.5rem;
5151
text-align: center;
52-
margin-top: 1rem;
52+
/*margin-top: 0.4rem;*/
5353
/* margin-bottom: 1.5rem; */
5454
}
5555

@@ -98,7 +98,7 @@
9898
font-size: 1.25rem;
9999
font-weight: 600;
100100
color: #2d3748;
101-
margin-bottom: 0.5rem;
101+
margin-bottom: 0.2rem;
102102
}
103103

104104
/* Tooltip for equal contribution indicator */
@@ -144,7 +144,7 @@
144144
flex-wrap: wrap;
145145
gap: 14px;
146146
justify-content: center;
147-
margin-top: 2rem;
147+
margin-top: 1.4rem;
148148
align-items: center;
149149
}
150150

0 commit comments

Comments
 (0)