Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 34 additions & 12 deletions css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -1018,31 +1018,53 @@ p {



#consult {
#landing-page #consult {
flex-flow: column;
-webkit-box-shadow: 0 3px 5px #111;
-moz-box-shadow: 0 3px 5px #111;
box-shadow: 0 3px 5px #111;
}


#consult #consult-graphics {
width: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-flow: row nowrap;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
-o-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
-o-align-items: center;
align-items: center;
}
#consult i {
color: white;
}

#consult #people {
margin-right: 0.5em;
}

#consult #together {
margin-left: 0.5em;
#consult #people i:first-child {
margin-right: 0.1em;
font-size: 2em;
}

#consult>div>div {
font-size: 0.5em;
#consult #people i:last-child {
margin-left: 0.2em;
font-size: 2.1em;
}

#consult i {
color: white;
#consult #together {
margin-left: 0.5em;
}

#consult p {
font-size: 1.25em;
}



Expand Down
24 changes: 12 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,20 +71,20 @@
</div>
</section>
<section id="consult" class="logo-blue-background">
<div id="people" class="wow slideInLeft">
<div>
<i class="fa fa-user fa-2x"></i><i class="fa fa-user fa-3x"></i><i class="fa fa-5x">&nbsp;</i><i class="fa fa-user fa-2x"></i>
<div id="consult-graphics">
<div id="people" class="wow slideInLeft">
<div>
<i class="fa fa-user"></i><i class="fa fa-user fa-3x"></i><i class="fa fa-user"></i>
</div>
</div>
<p>And your people need<br/>
<br/>
</p>
</div>
<div id="together" class="wow slideInRight">
<div style="margin-top:4em">
<i class="fa fa-users fa-5x" style="margin-top:-4em"></i>
<div id="together" class="wow slideInRight">
<div>
<i class="fa fa-users fa-5x"></i>
</div>
</div>
<p>to work together,
<br/>better.</p>
</div>
<div id="work">
<p>And your people need <br/>to work together, better.</p>
</div>
</section>
</div><!-- #pitch -->
Expand Down