Added a breakpoint for .site to make it responsive
This commit is contained in:
parent
56a633ae95
commit
933590b6ba
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue