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:
authorSteve Lane <lane.s@unimelb.edu.au>2018-10-17 02:18:58 +0300
committerSteve Lane <lane.s@unimelb.edu.au>2018-10-17 02:18:58 +0300
commit35193325a6b9a2b92d0b4d43eaf89c5231e7167c (patch)
treeef3c962a7581d8dcc820f4f1fb44d2f29361abf2
parent92a6ad290166dedc9de6d55a85af804615f4936d (diff)
align cards in team section
fixes issue #18
-rwxr-xr-xlayouts/partials/team.html2
-rwxr-xr-xstatic/css/style.css12
2 files changed, 13 insertions, 1 deletions
diff --git a/layouts/partials/team.html b/layouts/partials/team.html
index db2db51..c90a1fe 100755
--- a/layouts/partials/team.html
+++ b/layouts/partials/team.html
@@ -1,5 +1,5 @@
<div id="fh5co-team" data-section="team">
- <div class="container">
+ <div class="container equal">
{{ with .Site.Params.team }}
<div class="col-md-6 col-md-offset-3 text-center fh5co-heading">
<h2>{{ .title }}</h2>
diff --git a/static/css/style.css b/static/css/style.css
index 9e00c6e..890ab85 100755
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -1179,4 +1179,16 @@ p {
background: url(../images/Preloader_2.gif) center no-repeat #fff;
}
+@media screen and (min-width: 768px) {
+ .equal {
+ display: flex;
+ flex-wrap: wrap;
+ }
+}
+
+/* .equal { */
+/* display: flex; */
+/* display: -webkit-flex; */
+/* flex-wrap: wrap; */
+/* } */
/*# sourceMappingURL=style.css.map */