File size: 376 Bytes
8573823
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@media(min-width: 800px) {
    div[data-testid="stMainBlockContainer"] {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    div[data-testid="stBottomBlockContainer"] {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}


@media(min-width: 800px) and (min-height: 800px) {
    div[class="main-intro-small-window"] {
        display: none;
    }
}