We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c58c8 commit 77eba4fCopy full SHA for 77eba4f
docs/book/css/site.css
@@ -8,18 +8,23 @@
8
border-bottom: 0;
9
}
10
11
-.components {
12
- display: flex;
13
- flex-direction: row;
14
- flex-wrap: wrap;
15
- justify-content: space-between;
16
- align-items: flex-start;
17
- align-content: flex-start;
+@media screen and (min-width: 768px) {
+ .components {
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+ justify-content: space-between;
+ align-items: flex-start;
18
+ align-content: flex-start;
19
+ }
20
+
21
+ .component {
22
+ flex-basis: 48%;
23
24
25
26
.component {
27
min-height: 200px;
- flex-basis: 48%;
28
border: 1px solid #CCCCCC;
29
border-radius: 10px;
30
margin-bottom: 1em;
0 commit comments