Skip to content

Commit

Permalink
general style
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelknoch committed Mar 26, 2016
1 parent 5db133c commit 11ec791
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions style/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ h2, h3 {
font-weight: lighter;
}

body {
margin: 2em;
}

div {
box-sizing: border-box;
}
Expand All @@ -23,3 +19,12 @@ body, input[text], button {
color: #888;
font-family: Cambria, Georgia;
}

.img-responsive {
max-width: 100%;
height: auto;
}

body {
margin: 0;
}

0 comments on commit 11ec791

Please sign in to comment.