Skip to content

Commit

Permalink
JBR Workshop Stap 19
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderpotjer committed Jan 25, 2015
1 parent f149efa commit 70fd6b7
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,35 @@
.thumbnail h5,
.thumbnail p {
margin: 0;
}

body {
background-color: #F3F3F3;
padding-bottom: 20px;
padding-top: 60px;
}

.container {
margin: 0 auto;
max-width: 960px;
}

.well {
background-color: #FFFFFF;
text-align: center;
}

h3 [class^="icon-"] {
line-height: 30px;
width: 30px;
}

.footer {
text-align: center;
}

@media (max-width: 980px) {
body {
padding-top: 0px;
}
}

0 comments on commit 70fd6b7

Please sign in to comment.