Skip to content

Commit

Permalink
Applied desktop and mobile fixes in general.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethgm committed Apr 21, 2017
1 parent 99a0763 commit 579ce11
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 13 deletions.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</div>
</div>
<div class="separator"></div>
<div class="office col-lg-3 col-md-3 col-sm-4">
<div class="office portland col-lg-3 col-md-3 col-sm-4">
<h2>Portland</h2>
<img src="../img/contactEmailIcon.svg" data-no-retina class="img-responsive icon"/>
<span>
Expand Down
4 changes: 2 additions & 2 deletions _includes/work_mitel.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ <h1 class="title">Solution</h1>
</div>
</div>
<div class="content-div">
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 mid-column1">
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12">
<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 mid-column2">
<div class="last 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>
Expand Down
41 changes: 31 additions & 10 deletions css/landing-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,14 @@ h6 {
}
}

/* === GLOBAL SETTINGS (mobile size) === */
@media (max-width: 480px) {
.app-dev .dev-footer {
height: 130px;
background-size: 50%;
}
}

/* === END GLOBAL SETTINGS === */

/* === NAVIGATION BAR (Desktop size) === */
Expand Down Expand Up @@ -474,6 +482,13 @@ footer .logos img {
}
}

@media (min-width: 992px) {
footer .office.portland {
position: relative;
left: 5px;
}
}

/* === FOOTER STYLING (TABLET) === */

@media (max-width: 768px) {
Expand Down Expand Up @@ -907,7 +922,7 @@ footer .logos img {
font-size: 18px;
font-weight: 300;
line-height: 30px;
color: #171616;
color: #4e4b4a;
margin-bottom: 100px;
}
/* === HOMEPAGE STYLING, CONTENT SECTION (Large size screen) === */
Expand Down Expand Up @@ -936,7 +951,7 @@ footer .logos img {

@media (min-width: 1120px) {
.app-development {
height: 1000px;
height: 1100px;
}
.navbar-fixed-top {
left: 50%;
Expand Down Expand Up @@ -1304,7 +1319,10 @@ footer .logos img {
padding-bottom: 0;
float: none;
}
.services > div {
.services {
padding-bottom: 110px;
}
.services > div {
padding-left: 0;
padding-right: 0;
}
Expand Down Expand Up @@ -1608,9 +1626,8 @@ footer .logos img {
font-weight: 500;
}
.content.partners {
padding-bottom: 110px;
padding-bottom: 140px;
}

.oval {
width: 100%;
height: 250px;
Expand Down Expand Up @@ -2367,7 +2384,7 @@ footer .logos img {
float: left;
width: 100%;
border-bottom: none;
padding-bottom: 80px;
padding-bottom: 20px;
}
.content.main-div .content-div.first {
margin-bottom: 80px;
Expand Down Expand Up @@ -2406,6 +2423,7 @@ footer .logos img {
text-align: left;
padding-left: 0;
padding-top: 0;
margin: 0px 0px 25px 0px;
}
.content.work p span {
font-family: 'Ubuntu';
Expand All @@ -2425,7 +2443,7 @@ footer .logos img {
line-height: 30px;
letter-spacing: 0.5px;
color: #4e4b4a;
margin-bottom: 30px;
margin-bottom: 40px;
}
.content.work .img-description {
font-family: 'Ubuntu';
Expand Down Expand Up @@ -2466,7 +2484,7 @@ footer .logos img {
}
.logo-and-top {
margin-top: 20px;
min-height: 325px;
min-height: 300px;
}
.logo-and-top .button-top {
position: relative;
Expand Down Expand Up @@ -2627,6 +2645,9 @@ footer .logos img {
.content.work .content .content-div div.col-xs-6 {
padding-right: 10px;
}
.content.work .content .content-div div.col-xs-6.last {
padding-right: 0;
}
#back-to-top, #back-to-top2 {
width: 25%;
}
Expand Down Expand Up @@ -2679,7 +2700,7 @@ footer .logos img {
@media (max-width: 480px) {
.product img.music {
width: 100%;
margin: -110px auto 60px auto;
margin: -120px auto 60px auto;
padding-left: 10px;
padding-right: 10px;
}
Expand Down Expand Up @@ -2712,7 +2733,7 @@ footer .logos img {
}
.v-team > img {
width: 96%;
margin-top: -80px;
margin-top: -81.5px;
}

@media (max-width: 1130px) {
Expand Down

0 comments on commit 579ce11

Please sign in to comment.