|
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 !important; |
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: 723px; |
| 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( 723px + 2rem ) !important; |
| 50 | + width: calc( 1006px + 2rem ) !important; |
51 | 51 | } |
52 | 52 | .ui.relaxed.grid.container { |
53 | | - width: calc( 723px + 3rem ) !important; |
| 53 | + width: calc( 1006px + 3rem ) !important; |
54 | 54 | } |
55 | 55 | .ui.very.relaxed.grid.container { |
56 | | - width: calc( 723px + 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: 1199px) { |
| 61 | +@media only screen and (min-width: 1049px) and (max-width: 1048px) { |
62 | 62 | .ui.container { |
63 | | - width: 933px; |
| 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( 933px + 2rem ) !important; |
| 68 | + width: calc( 993px + 2rem ) !important; |
69 | 69 | } |
70 | 70 | .ui.relaxed.grid.container { |
71 | | - width: calc( 933px + 3rem ) !important; |
| 71 | + width: calc( 993px + 3rem ) !important; |
72 | 72 | } |
73 | 73 | .ui.very.relaxed.grid.container { |
74 | | - width: calc( 933px + 5rem ) !important; |
| 74 | + width: calc( 993px + 5rem ) !important; |
75 | 75 | } |
76 | 76 | } |
77 | 77 |
|
78 | 78 | /* Large Monitor */ |
79 | | -@media only screen and (min-width: 1200px) { |
| 79 | +@media only screen and (min-width: 1049px) { |
80 | 80 | .ui.container { |
81 | | - width: 1127px; |
| 81 | + width: 980px; |
82 | 82 | margin-left: auto !important; |
83 | 83 | margin-right: auto !important; |
84 | 84 | } |
85 | 85 | .ui.grid.container { |
86 | | - width: calc( 1127px + 2rem ) !important; |
| 86 | + width: calc( 980px + 2rem ) !important; |
87 | 87 | } |
88 | 88 | .ui.relaxed.grid.container { |
89 | | - width: calc( 1127px + 3rem ) !important; |
| 89 | + width: calc( 980px + 3rem ) !important; |
90 | 90 | } |
91 | 91 | .ui.very.relaxed.grid.container { |
92 | | - width: calc( 1127px + 5rem ) !important; |
| 92 | + width: calc( 980px + 5rem ) !important; |
93 | 93 | } |
94 | 94 | } |
95 | 95 |
|
|
101 | 101 |
|
102 | 102 | /* Text Container */ |
103 | 103 | .ui.text.container { |
104 | | - font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif; |
| 104 | + font-family: 'Arial', 'Helvetica Neue', Arial, Helvetica, sans-serif; |
105 | 105 | max-width: 700px !important; |
106 | 106 | line-height: 1.5; |
107 | 107 | } |
108 | 108 | .ui.text.container { |
109 | | - font-size: 1.14285714rem; |
| 109 | + font-size: 1.15384615rem; |
110 | 110 | } |
111 | 111 |
|
112 | 112 | /* Fluid */ |
|
137 | 137 | } |
138 | 138 |
|
139 | 139 |
|
140 | | -/******************************* |
141 | | - Theme Overrides |
142 | | -*******************************/ |
143 | | - |
144 | | - |
145 | | - |
146 | 140 | /******************************* |
147 | 141 | Site Overrides |
148 | 142 | *******************************/ |
|
0 commit comments