File tree Expand file tree Collapse file tree 5 files changed +13
-2
lines changed Expand file tree Collapse file tree 5 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11$fa-font-path : " ../fonts/font-awesome" ;
22
3+ $primary : #36A9E1 ;
4+
35@import " vendor/font-awesome/font-awesome.scss" ;
46// @import "vendor/octicons/octicons";
57@import " variables" ;
@@ -154,6 +156,9 @@ $fa-font-path: "../fonts/font-awesome";
154156// }
155157// }
156158// }
159+
160+
161+
157162.event-meta-row {
158163 display : flex ;
159164 justify-content : space-between ;
@@ -203,3 +208,8 @@ $fa-font-path: "../fonts/font-awesome";
203208 align-items : center ;
204209 justify-content : space-between ;
205210}
211+
212+ .stats-buttons {
213+ display : flex ;
214+ gap : 4px ;
215+ }
Original file line number Diff line number Diff line change 11---
22layout : landingpage
3- hero_image : /assets/images/logo_pint.png
3+ hero_image : /assets/images/logo_pint.jpg
4+ title : " Parallel in Time"
45---
56
67<div class =" columns is-multiline " >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ <h2>Statistics</h2>
2424 < div id ="total-num-pubs "> </ div >
2525 </ div >
2626 < div class ="col-md-6 col-sm-12 col-xs-12 ">
27- < div id ="stats-buttons " class ="btn-group btn-group-xs btn-group-justified " role =" group ">
27+ < div id ="stats-buttons " class ="stats-buttons ">
2828 < a class ="button " role ="button " target ="_blank " title ="download BibTeX file "
2929 href ="https://raw.githubusercontent.com/Parallel-in-Time/parallel-in-time.github.io/source/_bibliography/pint.bib ">
3030 < i class ="fa fa-fw fa-download "> </ i > BibTeX
You can’t perform that action at this time.
0 commit comments