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>
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 : 30 px ;
119- padding : 20px 0 ;
116+ margin-top : 15 px ;
117+ padding : 10 px 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 >
You can’t perform that action at this time.
0 commit comments