File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
title : CRUP
2
2
description : Codebase's Ramp Up Program
3
3
theme : just-the-docs
4
- logo : " /assets/images/cb-logo.png"
5
4
6
5
# Where the site will live
7
6
url : " https://codebase-berkeley.github.io"
Original file line number Diff line number Diff line change 71
71
}
72
72
}
73
73
74
+ /* Custom site title with logo styling */
74
75
.site-title {
75
76
display : flex !important ;
76
77
align-items : center !important ;
77
78
78
- img {
79
- height : 32px ;
80
- width : auto ;
81
- margin-right : 12px ;
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 ;
82
88
border-radius : 4px ;
83
89
}
84
90
}
You can’t perform that action at this time.
0 commit comments