Fixes to stats page on mobile

This commit is contained in:
Victoria Wang 2015-05-05 16:56:23 -07:00
parent 1a67da05e9
commit 4f2b9ff3cb
2 changed files with 10 additions and 1 deletions

View file

@ -1907,3 +1907,12 @@ table#latest-visitors {
width: 100%; width: 100%;
height: 400px; height: 400px;
} }
.content.misc-page.columns .col.globe {
padding-right: 0;
padding-top: 4px;
}
.news-feed .content.misc-page .col-50 {
@media (max-device-width:480px), screen and (max-width:800px) {
width: 100%;
}
}

View file

@ -25,7 +25,7 @@
<div class="col col-66"> <div class="col col-66">
<div class="row"> <div class="row">
<div class="col col-50" style="padding-right: 0; padding-top: 4px;"> <div class="col col-50 globe">
<h2>Latest Visitors</h2> <h2>Latest Visitors</h2>
<div id="earth_div"></div> <div id="earth_div"></div>
</div> </div>