generated from streamlit/app-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 9
/
style.css
22 lines (21 loc) · 757 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[data-testid="stSidebarNav"] {
background-image: url("https://github.com/dataprofessor/st-multipage-with-logo/raw/master/logo.png");
background-size: 80%;
background-repeat: no-repeat;
padding-top: 80px;
background-position: center top;
/* background-position: 20px 20px; */
}
[data-testid="stSidebarNav"]::before {
content: "Menu";
padding-bottom: 100px;
margin-left: 20px;
margin-top: 20px;
font-size: 20px;
font-weight: bold;
position: relative;
top: 90px;
}
.css-1kyxreq.etr89bj2{
margin-top: -60px;
}