hot pink fixes (with flexbox) pt3
This commit is contained in:
parent
335b7a1302
commit
9acb4a2476
2
app/styles/app/base.sass
Normal file
2
app/styles/app/base.sass
Normal file
|
@ -0,0 +1,2 @@
|
|||
strong
|
||||
font-weight: 400
|
|
@ -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
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<div class="inner">
|
||||
<header class="section--center team-header">
|
||||
<h1 class="h1--green">Teamwork makes Travis CI possible</h1>
|
||||
<p class="text-big">We've got Builders in areas across Europe and North America <br> working together to make the tool you love to use.
|
||||
<p class="text-big">We've got builders in areas across Europe and North America <br> working together to make the tool you love to use.
|
||||
</p>
|
||||
</header>
|
||||
<ul class="list--team">
|
||||
|
|
Loading…
Reference in New Issue
Block a user