some small adjustments
This commit is contained in:
parent
c11a8ec022
commit
cdfbc795e0
5 changed files with 48 additions and 86 deletions
|
@ -1,26 +1,8 @@
|
|||
<style>
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.column {
|
||||
float: left;
|
||||
width: 25%;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.row:after {
|
||||
content: "";
|
||||
display: table;
|
||||
clear: both;
|
||||
}
|
||||
</style>
|
||||
|
||||
<h2>Disciplemaking</h2>
|
||||
TFC’s core value is to follow the example of Jesus whose strategy of disciplemaking allowed Him to minister to all levels of spiritual interest at all times.
|
||||
|
||||
<div class="row">
|
||||
<div class="column">
|
||||
<div style="display: flex; flex-wrap: wrap;">
|
||||
<div style="flex: 1; margin:10px; min-width:128px;">
|
||||
<h2>Lost and Seeking</h2>
|
||||
<ul>
|
||||
<li>The World</li>
|
||||
|
@ -28,7 +10,7 @@ TFC’s core value is to follow the example of Jesus whose strategy of disciplem
|
|||
<li>Relationship Building</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="column">
|
||||
<div style="flex: 1; margin:10px; min-width:128px;">
|
||||
<h2>Come and Grow</h2>
|
||||
<ul>
|
||||
<li>Growing Believers</li>
|
||||
|
@ -36,7 +18,7 @@ TFC’s core value is to follow the example of Jesus whose strategy of disciplem
|
|||
<li>Jesus Started Here</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="column">
|
||||
<div style="flex: 1; margin:10px; min-width:128px;">
|
||||
<h2>Come and Follow</h2>
|
||||
<ul>
|
||||
<li>Workers</li>
|
||||
|
@ -44,7 +26,7 @@ TFC’s core value is to follow the example of Jesus whose strategy of disciplem
|
|||
<li>Jesus Invited Some</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="column">
|
||||
<div style="flex: 1; margin:10px; min-width:128px;">
|
||||
<h2>Come and Go</h2>
|
||||
<ul>
|
||||
<li>Leadership</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue