We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0bd90e commit 1b04a7eCopy full SHA for 1b04a7e
docs/assets/theme-colors.less
@@ -30,8 +30,18 @@ p {
30
31
32
.documentation {
33
- width: 100%;
+ width: 100%;
34
height: 100px;
35
+
36
+ .doc {
37
+ width: 33.3%;
38
+ float: left;
39
+ padding-top: 10px;
40
+ padding-bottom: 10px;
41
+ padding-left: 10px;
42
+ padding-right: 10px;
43
+ }
44
45
}
46
47
.btn.default.hollow {
@@ -48,15 +58,6 @@ p {
48
58
background-color: #fff;
49
59
50
60
51
-.doc {
52
- width: 33.3%;
53
- float: left;
54
- padding-top: 10px;
55
- padding-bottom: 10px;
56
- padding-left: 10px;
57
- padding-right: 10px;
-}
-
61
@media (min-width: 768px) and (max-width: 990px) {
62
63
0 commit comments