Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

Commit

Permalink
More fixes for smaller screen sizes.
Browse files Browse the repository at this point in the history
Updated the font size and weight for small screens and removed the padding from the unordered lists.
  • Loading branch information
LindseyB committed Feb 2, 2013
1 parent 7c1aff5 commit c3563c0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion public/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,11 @@ cite {
/* narrow screen */

@media screen and (max-width: 855px) {
p {
font-size: 1.2em;
font-weight: 300;
}

article {
float: none;
width: auto;
Expand All @@ -312,5 +317,8 @@ cite {
.header-wrap {
line-height: normal;
}
}

ul {
padding: 0;
}
}

0 comments on commit c3563c0

Please sign in to comment.