mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Fixes to stats page on mobile
This commit is contained in:
parent
1a67da05e9
commit
4f2b9ff3cb
2 changed files with 10 additions and 1 deletions
|
@ -1907,3 +1907,12 @@ table#latest-visitors {
|
|||
width: 100%;
|
||||
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%;
|
||||
}
|
||||
}
|
|
@ -25,7 +25,7 @@
|
|||
<div class="col col-66">
|
||||
<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>
|
||||
<div id="earth_div"></div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue