1 parent 1e520be commit a7cbc13Copy full SHA for a7cbc13
1 file changed
docs/_templates/layout/preview.html
@@ -9,13 +9,19 @@
9
}
10
11
.sample {
12
- width: calc(50% - 10px);
+ width: 100%;
13
overflow: hidden;
14
box-sizing: border-box;
15
border: 1px solid #dadada;
16
border-radius: 4px;
17
18
19
+@media (min-width: 1100px) {
20
+ .sample {
21
+ width: calc(50% - 10px);
22
+ }
23
+}
24
+
25
.sample-name {
26
padding: 8px 16px;
27
border-bottom: 1px solid #dadada;
0 commit comments