Skip to content

Commit

Permalink
Refining background style.
Browse files Browse the repository at this point in the history
  • Loading branch information
elena committed Mar 22, 2017
1 parent 5309c30 commit 73d504c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion stylesheets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ body {
font:14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
color:#333;
font-weight:300;
background: #fdfdfd;
}

h1, h2, h3, h4, h5, h6 {
Expand Down Expand Up @@ -50,10 +51,20 @@ a small {
display:block;
}

.container,
.wrapper {
width:800px;
padding: 0 50px;
margin-top:20px;
}

.container {
width:100%;
}

.container,
.wrapper {
margin:0 auto;
background: white;
}

header, section, footer {
Expand Down

0 comments on commit 73d504c

Please sign in to comment.