Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/layout/responsive.pug')
-rw-r--r--docs/src/layout/responsive.pug28
1 files changed, 14 insertions, 14 deletions
diff --git a/docs/src/layout/responsive.pug b/docs/src/layout/responsive.pug
index 6516b26..1d0109a 100644
--- a/docs/src/layout/responsive.pug
+++ b/docs/src/layout/responsive.pug
@@ -15,22 +15,22 @@ block docs-content
.docs-demo.columns
.column.col-10.col-lg-8.col-md-6.col-sm-4
.bg-gray.docs-block
- | col-10
- br
- | col-lg-8
- br
- | col-md-6
- br
- | col-sm-4
+ .text-primary col-10
+ .text-dark.hide-lg col-lg-8
+ .text-primary.show-lg col-lg-8
+ .text-dark.hide-md col-md-6
+ .text-primary.show-md col-md-6
+ .text-dark.hide-sm col-sm-4
+ .text-primary.show-sm col-sm-4
.column.col-2.col-lg-4.col-md-6.col-sm-8
.bg-gray.docs-block
- | col-2
- br
- | col-lg-4
- br
- | col-md-6
- br
- | col-sm-8
+ .text-primary col-2
+ .text-dark.hide-lg col-lg-4
+ .text-primary.show-lg col-lg-4
+ .text-dark.hide-md col-md-6
+ .text-primary.show-md col-md-6
+ .text-dark.hide-sm col-sm-8
+ .text-primary.show-sm col-sm-8
p
| There are #[code col-xs-<1-12>], #[code col-sm-<1-12>], #[code col-md-<1-12>], #[code col-lg-<1-12>] and #[code col-xl-<1-12>] available for flexible grid across mobile, tablet and desktop viewport usage.