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

github.com/zzossig/hugo-theme-zzo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorzzossig <zzossig@gmail.com>2020-02-13 14:44:18 +0300
committerzzossig <zzossig@gmail.com>2020-02-13 14:44:18 +0300
commit6e80fe903fe95ad45bed3f225d33ef76424a9a66 (patch)
tree41791404b4ca55432e66aca1b28de17b50ad76c2 /assets
parenta447d1561c31175f23751fb22322197e62926064 (diff)
header align problem fix
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/base/_helpers.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/sass/base/_helpers.scss b/assets/sass/base/_helpers.scss
index 979c193..e0b3ff6 100644
--- a/assets/sass/base/_helpers.scss
+++ b/assets/sass/base/_helpers.scss
@@ -20,4 +20,11 @@
@include flexbox();
@include align-items(center);
@include justify-content(center);
+}
+
+.basicflex-column {
+ @include flexbox();
+ @include align-items(center);
+ @include justify-content(center);
+ @include flex-direction(column);
} \ No newline at end of file