Sigh, just a few more small screen fixes; will continue with the plan charts later

This commit is contained in:
Victoria Wang 2014-10-09 16:50:35 -07:00
parent 1c6f7c1e49
commit 8abd3298af
2 changed files with 8 additions and 2 deletions

View file

@ -47,7 +47,7 @@ a{
} }
} }
.col-50{ .header-Outro .col-50{
@media (max-device-width:480px), screen and (max-width:800px){ @media (max-device-width:480px), screen and (max-width:800px){
float:none; float:none;
padding:0; padding:0;

View file

@ -69,11 +69,17 @@
margin-bottom: 0; margin-bottom: 0;
margin-left: 5.25%; margin-left: 5.25%;
li { li {
width: 14.5%; width: 14.5%;
margin-right: 1.5%; margin-right: 1.5%;
margin-bottom: 0; margin-bottom: 0;
@media (max-device-width:480px), screen and (max-width:800px){
width:45%;
margin-bottom: 8px;
margin-right: 0;
margin-left: 1.5%;
}
} }
li:last-child { li:last-child {
margin-right: 0; margin-right: 0;