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 11title : CRUP
22description : Codebase's Ramp Up Program
33theme : just-the-docs
4- logo : " /assets/images/cb-logo.png"
54
65# Where the site will live
76url : " https://codebase-berkeley.github.io"
Original file line number Diff line number Diff line change 7171 }
7272}
7373
74+ /* Custom site title with logo styling */
7475.site-title {
7576 display : flex !important ;
7677 align-items : center !important ;
7778
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 ;
8288 border-radius : 4px ;
8389 }
8490}
You can’t perform that action at this time.
0 commit comments