Skip to content

Commit

Permalink
Merge pull request #20 from qjd2413/border_fix
Browse files Browse the repository at this point in the history
Responsive border
  • Loading branch information
qjd2413 authored Sep 19, 2016
2 parents 1839102 + 0e928f8 commit ab0d602
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
6 changes: 4 additions & 2 deletions public/css/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@
width: 100%;
height: 70px;
background-image: url("/img/header/banner.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
font: 100% Lato, sans-serif;
}

#footer-content {
display: inline-block;
color: #ddd;
color: #dedede;
padding: 24px 26px;
font-size: 11px;
font-size: .7em;
width: 100%;
}
4 changes: 4 additions & 0 deletions public/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
#header {
width: 100%;
background-image: url("/img/header/banner.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
font: 100% Lato, sans-serif;
font-weight: bold;
font-size: 1.2em;
}

#header-crest {
Expand Down
12 changes: 8 additions & 4 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,22 @@ html {
height: 100%;
}


body {
padding: 0;
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
margin: 0;
height: 100%;
background-color: #205f8c;
}
font: 100% Lato, sans-serif;
}

.content-wrapper {
margin: 0 20px;
background-color: #ddd;
color: #000;
margin: 0 auto;
background-color: #edf2f4;
font-weight: thin;
color: #3b4a3c;
padding: 30px;
height:auto;

}

0 comments on commit ab0d602

Please sign in to comment.