File tree Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Expand file tree Collapse file tree 1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -93,8 +93,6 @@ <h2>📌 Latest News</h2>
93
93
</ div >
94
94
{%- endif %}
95
95
96
- < br >
97
- < br >
98
96
< h2 > 🤝 Collaborators and Student Interns</ h2 >
99
97
< div class ="collaborators-container ">
100
98
< div class ="collaborators-grid ">
@@ -115,8 +113,8 @@ <h2>🤝 Collaborators and Student Interns</h2>
115
113
116
114
< style >
117
115
.collaborators-container {
118
- margin-top : 30 px ;
119
- padding : 20px 0 ;
116
+ margin-top : 15 px ;
117
+ padding : 10 px 0 20px 0 ;
120
118
}
121
119
122
120
.collaborators-grid {
@@ -164,5 +162,18 @@ <h2>🤝 Collaborators and Student Interns</h2>
164
162
grid-template-columns : 1fr ;
165
163
}
166
164
}
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
+ }
167
177
</ style >
178
+ < div class ="divider "> </ div >
168
179
</ div >
You can’t perform that action at this time.
0 commit comments