summaryrefslogtreecommitdiff
path: root/assets/static/print.css
blob: ada106a97ab32b8664eb05659a5cb9aa5050d696 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.container{
    max-width: 98%;
    transform: translateX(-0rem);
}

.fixed-background,
.fixed-menu,
.language,
.fixed-top,
.fixed-bottom,
.videodiv{
    display: none;
}

.carousel-inner{
    text-align: center;
}

.carousel-item,
.carousel-item.active{
    display: contents;
}