Skip to content

Commit

Permalink
Fixes for Desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethgm committed Apr 25, 2017
1 parent d16b509 commit 1f3c0e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions _includes/work_mitel.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,21 +73,21 @@ <h1 class="title">Solution</h1>
<img class="img-responsive" src="../img/work_mitel/mitel_saved_ipad.png"/>
<span class="img-description ">Saved Analysis</span>
</div>
<div class="last col-lg-6 col-md-6 col-sm-6 col-xs-12">
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
<img class="img-responsive" src="../img/work_mitel/mitel_create_ipad.png"/>
<span class="img-description ">Data Entry</span>
</div>
</div>
<div class="content-div">
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 mid-column1">
<div class="mid-column1 col-lg-6 col-md-6 col-sm-6 col-xs-12">
<p>
<span>Accessible on Any Device</span> <br>
Our mobile-first design to ensures that the web app is optimized for all devices.
Progressive enhancement modifies the screen configuration, scaling the app from
mobile phones to tablets and desktops.
</p>
</div>
<div class="last col-lg-6 col-md-6 col-sm-6 col-xs-12 mid-column2">
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
<img class="img-responsive" src="../img/work_mitel/mitel_analysis_2_ipad.png"/>
<span class="img-description ">TCO Benefits Analysis</span>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _includes/work_selecttech.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1>Bowflex SelectTech App</h1>
<div class="content main-div">
<div class="content-div first">
<div class="col-lg-7 col-md-7 col-sm-6 col-xs-12 mid-column1">
<div class="col-lg-5 col-md-5 col-sm-6 col-xs-12 mid-column1">
<h2>Project</h2>
<h3>Bowflex SelectTech Trainer App</h3>
<h2>Client</h2>
Expand All @@ -13,7 +13,7 @@ <h3>Nautilus Inc.</h3>
<img class="store-link" data-no-retina class="img-responsive" src="../img/GooglePlayStore.svg"/>
</a>
</div>
<div class="col-lg-5 col-md-5 col-sm-6 col-xs-12 mid-column2">
<div class="col-lg-7 col-md-7 col-sm-6 col-xs-12 mid-column2">
<img class="img-responsive" src="../img/work_selecttech/selecttech_header_graphic.png"/>
</div>
</div>
Expand Down
6 changes: 4 additions & 2 deletions css/landing-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -1584,7 +1584,6 @@ footer .logos img {
.graphic img {
margin: 30px auto;
}

.our-team.approach {
height: auto;
}
Expand All @@ -1603,7 +1602,6 @@ footer .logos img {
.content .logos .col-lg-2 {
min-height: auto;
}

.veux-team .circle img {
width: 150px;
margin: 0 auto;
Expand Down Expand Up @@ -1710,6 +1708,10 @@ footer .logos img {
padding: 0;
min-height: 285px;
}
.content .logos img {
margin: 0 auto;
width: 85%;
}
}

/* === ABOUT PAGE (Mid desktop) === */
Expand Down

0 comments on commit 1f3c0e5

Please sign in to comment.