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

github.com/mikeblum/hugo-now.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sass/_index.scss')
-rw-r--r--sass/_index.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/sass/_index.scss b/sass/_index.scss
index 0fc26ee..b48dec6 100644
--- a/sass/_index.scss
+++ b/sass/_index.scss
@@ -306,6 +306,11 @@ img.card-img-top {
height: 150px;
width: 100%;
}
+
+ @include mobile {
+ display: flex;
+ flex-wrap: wrap;
+ }
}
.card-block {