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 3585cd1 commit 7ef512e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@ body {
padding: 0;

font-family: Verdana, Arial;
font-size: 0.8em;
font-size: 0.8rem;
}

@media (min-width: 40rem) {
#sidebar {
width: 300px;
position: fixed;
height: 100%;
margin-right: 20px;

overflow-y: scroll;
overflow: -moz-scrollbars-vertical;
}
}

#sidebar {
margin-right: 20px;
margin-top: 0;
padding-left: 25px;
padding-top: 0;
Expand Down Expand Up @@ -93,7 +93,7 @@ body {
padding: 0;

text-indent: -5px; /* to compensate for the padding for the dash */
font-size: 12px;
font-size: 0.8rem;
}

@media (min-width: 40rem) {
Expand All @@ -107,8 +107,8 @@ body {
padding-top: 10px;
padding-bottom: 150px;

text-align: justify;
font-size: 16px;
font-size: 1.2rem;
line-height:1.2rem;

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

0 comments on commit 7ef512e

Please sign in to comment.