|
22 | 22 | } |
23 | 23 |
|
24 | 24 | /* Mobile */ |
25 | | -@media only screen and (max-width: 767px) { |
| 25 | +@media only screen and (max-width: 1048px) { |
26 | 26 | .ui.container { |
27 | 27 | width: auto; |
28 | 28 | margin-left: 1em !important; |
|
40 | 40 | } |
41 | 41 |
|
42 | 42 | /* Tablet */ |
43 | | -@media only screen and (min-width: 768px) and (max-width: 991px) { |
| 43 | +@media only screen and (min-width: 1049px) and (max-width: 1048px) { |
44 | 44 | .ui.container { |
45 | | - width: 725px; |
| 45 | + width: 1006px; |
46 | 46 | margin-left: auto !important; |
47 | 47 | margin-right: auto !important; |
48 | 48 | } |
49 | 49 | .ui.grid.container { |
50 | | - width: calc( 725px + 2rem ) !important; |
| 50 | + width: calc( 1006px + 2rem ) !important; |
51 | 51 | } |
52 | 52 | .ui.relaxed.grid.container { |
53 | | - width: calc( 725px + 3rem ) !important; |
| 53 | + width: calc( 1006px + 3rem ) !important; |
54 | 54 | } |
55 | 55 | .ui.very.relaxed.grid.container { |
56 | | - width: calc( 725px + 5rem ) !important; |
| 56 | + width: calc( 1006px + 5rem ) !important; |
57 | 57 | } |
58 | 58 | } |
59 | 59 |
|
60 | 60 | /* Small Monitor */ |
61 | | -@media only screen and (min-width: 992px) and (max-width: 1048px) { |
| 61 | +@media only screen and (min-width: 1049px) and (max-width: 1048px) { |
62 | 62 | .ui.container { |
63 | | - width: 936px; |
| 63 | + width: 993px; |
64 | 64 | margin-left: auto !important; |
65 | 65 | margin-right: auto !important; |
66 | 66 | } |
67 | 67 | .ui.grid.container { |
68 | | - width: calc( 936px + 2rem ) !important; |
| 68 | + width: calc( 993px + 2rem ) !important; |
69 | 69 | } |
70 | 70 | .ui.relaxed.grid.container { |
71 | | - width: calc( 936px + 3rem ) !important; |
| 71 | + width: calc( 993px + 3rem ) !important; |
72 | 72 | } |
73 | 73 | .ui.very.relaxed.grid.container { |
74 | | - width: calc( 936px + 5rem ) !important; |
| 74 | + width: calc( 993px + 5rem ) !important; |
75 | 75 | } |
76 | 76 | } |
77 | 77 |
|
|
0 commit comments