We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7d8a29 commit cd2324eCopy full SHA for cd2324e
web_src/css/modules/container.css
@@ -6,38 +6,6 @@
6
max-width: 100%;
7
}
8
9
-@media (max-width: 767.98px) {
10
- .ui.ui.ui.container:not(.fluid) {
11
- width: auto;
12
- margin-left: 1em;
13
- margin-right: 1em;
14
- }
15
-}
16
-
17
-@media (min-width: 768px) and (max-width: 991.98px) {
18
19
- width: 723px;
20
- margin-left: auto;
21
- margin-right: auto;
22
23
24
25
-@media (min-width: 992px) and (max-width: 1199.98px) {
26
27
- width: 933px;
28
29
30
31
32
33
-@media (min-width: 1200px) {
34
35
- width: 1127px;
36
37
38
39
40
41
.ui.fluid.container {
42
width: 100%;
43
0 commit comments