Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
updating some responsive issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondruck committed Jan 24, 2014
1 parent f19842d commit ceb7414
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
15 changes: 11 additions & 4 deletions site/assets/styles/base.css
Expand Up @@ -23,7 +23,7 @@ yellow #FFCE00
}

html {
background: #FFF;
background: #5AC1A4;
}

body {
Expand Down Expand Up @@ -285,6 +285,7 @@ footer img {
#resources h4.subtitle-txt {
padding-top: 6px;
color: #898989;
opacity: 0.8;
}

#resources .header-box {
Expand All @@ -300,6 +301,7 @@ footer img {

#resources .maincontent img {
border-radius: 4px;
border: 1px solid rgba(0,0,0,0.2);
}

#resources .subtitle {
Expand Down Expand Up @@ -380,7 +382,7 @@ footer img {
}

#home .promoimageB {
margin-top: 40px;
margin-top: 0px;
}

#home .vertically-align-text {
Expand All @@ -396,6 +398,12 @@ footer img {
}
}

@media (max-width: 767px) {
#home .promoimageB img {
display: none;
}
}

@media (min-width: 480px) {

/*home*/
Expand Down Expand Up @@ -495,8 +503,7 @@ footer img {
}

#home .promoimageB img {
width: 300px;
margin: 0px auto;
display: none;
}

#home #promo h1 {
Expand Down
6 changes: 0 additions & 6 deletions site/content/1-resources/resources2.txt

This file was deleted.

2 changes: 2 additions & 0 deletions site/site/snippets/footer.php
Expand Up @@ -70,6 +70,8 @@
$(".top-image-bg").css("height","auto");
}
$('#resources .row .col-xs-6.col-md-4:nth-child(3n)').after('<div class="clearfix visible-xs visible-sm visible-md visible-lg"></div>');
</script>
Expand Down

0 comments on commit ceb7414

Please sign in to comment.