ca2aebb498327179fce1008a118f67f2ffc2bd5c
[wolnelektury.git] / apps / wolnelektury_core / static / scss / book_text / other.scss
1 nav #menu-other {
2     display: none;
3 }
4
5
6 #other-text {
7     display: none;
8 }
9
10 #main-pane.with-other-text {
11
12     #main-text {
13         display: table-cell;
14         padding-left: 40px;
15         @include min-screen(1px) {
16             width: 300px;
17         }
18
19         @include min-screen(1000px) {
20             width: 400px;
21         }
22     }
23
24     #other-text {
25         display: table-cell;
26         padding-left: 40px;
27         @include min-screen(1px) {
28             width: 300px;
29         }
30
31         @include min-screen(1000px) {
32             width: 400px;
33         }
34     }
35 }