File tree Expand file tree Collapse file tree 4 files changed +19
-6
lines changed Expand file tree Collapse file tree 4 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : Michael Liu
3
- role : Social
3
+ role : Social Member
4
4
photo : michael_liu.PNG
5
5
---
6
6
DRI for Probability for ML
Original file line number Diff line number Diff line change 71
71
}
72
72
}
73
73
74
+ /* Custom site title with logo styling */
75
+ .site-title {
76
+ display : flex !important ;
77
+ align-items : center !important ;
78
+
79
+ & ::after {
80
+ content : ' ' ;
81
+ background-image : url (' /crup/assets/images/cb-logo.png' );
82
+ background-size : contain ;
83
+ background-repeat : no-repeat ;
84
+ background-position : center ;
85
+ height : 28px ;
86
+ width : 28px ;
87
+ margin-left : 12px ;
88
+ border-radius : 4px ;
89
+ }
90
+ }
91
+
74
92
75
93
76
94
Original file line number Diff line number Diff line change @@ -38,11 +38,6 @@ your EdVPs <3
38
38
<img src="https://colab.research.google.com/img/colab_favicon_256px.png" alt="Colab"/> Open in Colab
39
39
</a >
40
40
</div >
41
-
42
-
43
-
44
-
45
-
46
41
</td>
47
42
<td>Anika</td>
48
43
</tr>
You can’t perform that action at this time.
0 commit comments