forked from auipga/bootstrap-xxs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbootstrap.css.patch
46 lines (46 loc) · 1.16 KB
/
bootstrap.css.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Index: css/bootstrap.css
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- css/bootstrap.css (revision )
+++ css/bootstrap.css (revision )
@@ -6013,7 +6013,7 @@
.visible-lg-inline-block {
display: none !important;
}
-@media (max-width: 767px) {
+@media (min-width: 480px) and (max-width: 767px) {
.visible-xs {
display: block !important;
}
@@ -6028,17 +6028,17 @@
display: table-cell !important;
}
}
-@media (max-width: 767px) {
+@media (min-width: 480px) and (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
-@media (max-width: 767px) {
+@media (min-width: 480px) and (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
-@media (max-width: 767px) {
+@media (min-width: 480px) and (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
@@ -6133,7 +6133,7 @@
display: inline-block !important;
}
}
-@media (max-width: 767px) {
+@media (min-width: 480px) and (max-width: 767px) {
.hidden-xs {
display: none !important;
}