Added a breakpoint for .site to make it responsive

This commit is contained in:
Josh Brown 2014-02-13 13:27:34 +00:00
parent 56a633ae95
commit 933590b6ba
1 changed files with 7 additions and 0 deletions

View File

@ -39,6 +39,7 @@ a:visited { color: #a0a; }
margin-bottom: 2em;
}
.posts li {
line-height: 1.75em;
}
@ -64,6 +65,12 @@ a:visited { color: #a0a; }
line-height: 1.5em;
}
@media screen and (max-width: 44em) {
.site {
width: 90%;
}
}
.header a {
font-weight: bold;
text-decoration: none;