From 9acb4a24765eb646ccff8251405b857d1edb22bc Mon Sep 17 00:00:00 2001 From: Lisa P Date: Fri, 20 Nov 2015 14:00:19 +0100 Subject: [PATCH] hot pink fixes (with flexbox) pt3 --- app/styles/app/base.sass | 2 ++ app/styles/app/pages/team.sass | 6 ++++-- app/templates/team.hbs | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 app/styles/app/base.sass diff --git a/app/styles/app/base.sass b/app/styles/app/base.sass new file mode 100644 index 00000000..eeb1c84b --- /dev/null +++ b/app/styles/app/base.sass @@ -0,0 +1,2 @@ +strong + font-weight: 400 diff --git a/app/styles/app/pages/team.sass b/app/styles/app/pages/team.sass index 25e13c8b..904e179f 100644 --- a/app/styles/app/pages/team.sass +++ b/app/styles/app/pages/team.sass @@ -30,16 +30,17 @@ display: none .team-member - flex: 1 0 190px + flex: 0 0 195px padding: 0 margin-bottom: 4em text-align: center + display: flex + flex-flow: column wrap .list--team display: flex flex-wrap: wrap list-style: none - justify-content: space-between margin: 0 padding: 0 @@ -53,6 +54,7 @@ line-height: 1.5 margin: 0 font-size: 16px + flex-grow: 1 .team-handle font-size: 16px diff --git a/app/templates/team.hbs b/app/templates/team.hbs index cc0d5c1a..e80237ab 100644 --- a/app/templates/team.hbs +++ b/app/templates/team.hbs @@ -3,7 +3,7 @@

Teamwork makes Travis CI possible

-

We've got Builders in areas across Europe and North America
working together to make the tool you love to use. +

We've got builders in areas across Europe and North America
working together to make the tool you love to use.