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

github.com/SteveLane/hugo-icon.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan Knapen <hi@aknapen.nl>2019-02-17 20:24:47 +0300
committerAdriaan Knapen <hi@aknapen.nl>2019-02-17 20:24:47 +0300
commite85c796580d0656259456fbe3800a2cb536bf8f6 (patch)
tree07477468020977272fda45b2b7755a19d3a0068f
parent48d756ac25a50529f14fcc59b007783e10eebc32 (diff)
fix: spacing issue for team members with small body on small screens
-rwxr-xr-xlayouts/partials/team.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/team.html b/layouts/partials/team.html
index 3f8e232..d8f5a3a 100755
--- a/layouts/partials/team.html
+++ b/layouts/partials/team.html
@@ -6,7 +6,7 @@
<p>{{ .description | markdownify }}</p>
</div>
{{ range .item }}
- <div class="col-md-4">
+ <div class="col-md-4 col-xs-12">
<div class="person">
<img src="{{ .img | absURL }}" alt="" class="img-responsive">
<h3>{{ .name }}</h3>