Skip to content

Commit 193c8ae

Browse files
Update news.html
1 parent ea302be commit 193c8ae

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

_includes/news.html

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ <h2>📌 Latest News</h2>
9393
</div>
9494
{%- endif %}
9595

96-
<br>
97-
<br>
9896
<h2>🤝 Collaborators and Student Interns</h2>
9997
<div class="collaborators-container">
10098
<div class="collaborators-grid">
@@ -115,8 +113,8 @@ <h2>🤝 Collaborators and Student Interns</h2>
115113

116114
<style>
117115
.collaborators-container {
118-
margin-top: 30px;
119-
padding: 20px 0;
116+
margin-top: 15px;
117+
padding: 10px 0 20px 0;
120118
}
121119

122120
.collaborators-grid {
@@ -164,5 +162,18 @@ <h2>🤝 Collaborators and Student Interns</h2>
164162
grid-template-columns: 1fr;
165163
}
166164
}
165+
166+
.divider {
167+
height: 1px;
168+
margin: 40px auto;
169+
width: 80%;
170+
background: linear-gradient(90deg,
171+
rgba(0,0,0,0) 0%,
172+
rgba(0,0,0,0.1) 20%,
173+
rgba(0,0,0,0.2) 50%,
174+
rgba(0,0,0,0.1) 80%,
175+
rgba(0,0,0,0) 100%);
176+
}
167177
</style>
178+
<div class="divider"></div>
168179
</div>

0 commit comments

Comments
 (0)