more @media responsiveness to allow reading on smaller screens

This commit is contained in:
Paul Davis 2015-04-23 16:33:49 -04:00
parent 0d250d1116
commit ded3543f74

View File

@ -517,7 +517,18 @@ samp:after {
}
@media (max-width: 800px) {
#tree {
position: relative;
height: 250px;
width: 100%;
margin-top: 20px;
}
#content {
padding-left: 20px;
margin-top: 0px;
}
}