File size: 222 Bytes
00aeb31
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
css_code: str = """
    <style>
    section[data-testid="stSidebar"] > div > div:nth-child(2) {
        padding-top: 0.75rem !important;
    }
    
    section.main > div {
        padding-top: 64px;
    }
    </style>
"""