File tree 5 files changed +13
-2
lines changed
5 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
$fa-font-path : " ../fonts/font-awesome" ;
2
2
3
+ $primary : #36A9E1 ;
4
+
3
5
@import " vendor/font-awesome/font-awesome.scss" ;
4
6
// @import "vendor/octicons/octicons";
5
7
@import " variables" ;
@@ -154,6 +156,9 @@ $fa-font-path: "../fonts/font-awesome";
154
156
// }
155
157
// }
156
158
// }
159
+
160
+
161
+
157
162
.event-meta-row {
158
163
display : flex ;
159
164
justify-content : space-between ;
@@ -203,3 +208,8 @@ $fa-font-path: "../fonts/font-awesome";
203
208
align-items : center ;
204
209
justify-content : space-between ;
205
210
}
211
+
212
+ .stats-buttons {
213
+ display : flex ;
214
+ gap : 4px ;
215
+ }
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : landingpage
3
- hero_image : /assets/images/logo_pint.png
3
+ hero_image : /assets/images/logo_pint.jpg
4
+ title : " Parallel in Time"
4
5
---
5
6
6
7
<div class =" columns is-multiline " >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ <h2>Statistics</h2>
24
24
< div id ="total-num-pubs "> </ div >
25
25
</ div >
26
26
< 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 ">
28
28
< a class ="button " role ="button " target ="_blank " title ="download BibTeX file "
29
29
href ="https://raw.githubusercontent.com/Parallel-in-Time/parallel-in-time.github.io/source/_bibliography/pint.bib ">
30
30
< i class ="fa fa-fw fa-download "> </ i > BibTeX
You can’t perform that action at this time.
0 commit comments