Skip to content

Commit 7718bcc

Browse files
Attempt logo top left
1 parent 6a09457 commit 7718bcc

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
title: CRUP
22
description: Codebase's Ramp Up Program
33
theme: just-the-docs
4+
logo: "/assets/images/cb-logo.png"
45

56
# Where the site will live
67
url: "https://codebase-berkeley.github.io"

_sass/custom/custom.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,18 @@
7171
}
7272
}
7373

74+
.site-title {
75+
display: flex !important;
76+
align-items: center !important;
77+
78+
img {
79+
height: 32px;
80+
width: auto;
81+
margin-right: 12px;
82+
border-radius: 4px;
83+
}
84+
}
85+
7486

7587

7688

assets/images/cb-logo.png

21.2 KB
Loading

0 commit comments

Comments
 (0)