Skip to content

Commit

Permalink
edit css
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanyf committed Apr 20, 2014
1 parent b661cdd commit 29aa0f2
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,23 +96,26 @@ body {
font-size: 0.8rem;
}

@media (min-width: 40rem) {
#content {
width: 580px;
padding-left:350px;
}
}

#content {
padding-top: 10px;
padding-bottom: 150px;

margin-left: 20px;
margin-right: 20px;
font-size: 0.8rem;
line-height:1.6rem;

/* border: 1px solid black; */
}

@media (min-width: 40rem) {
#content {
width: 580px;
padding-left:350px;
margin-left: 0px;
margin-right: 0px;
}
}

#content pre {
margin-left: auto;
margin-right: auto;
Expand Down

0 comments on commit 29aa0f2

Please sign in to comment.