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/layout/_footer.scss')
-rw-r--r--assets/sass/layout/_footer.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/sass/layout/_footer.scss b/assets/sass/layout/_footer.scss
index 72b00b5..d1a5d04 100644
--- a/assets/sass/layout/_footer.scss
+++ b/assets/sass/layout/_footer.scss
@@ -19,6 +19,9 @@
&--wrapper {
@include flexbox();
+ @media only screen and (max-width: 600px) {
+ @include flex-direction(column);
+ }
}
&--title {