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

github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/base/_helpers.scss')
-rw-r--r--assets/sass/base/_helpers.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/sass/base/_helpers.scss b/assets/sass/base/_helpers.scss
index 808f377..e25282a 100644
--- a/assets/sass/base/_helpers.scss
+++ b/assets/sass/base/_helpers.scss
@@ -18,4 +18,16 @@
.flexbox {
@include flexbox();
+}
+
+.jc-center {
+ @include justify-content(center);
+}
+
+.ai-center {
+ @include align-items(center);
+}
+
+.flex-wrap {
+ @include flex-wrap(wrap);
} \ No newline at end of file