mirror of
https://github.com/neocities/neocities.git
synced 2025-08-01 23:31:52 +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
|
@ -1906,4 +1906,13 @@ table#latest-visitors {
|
|||
#earth_div {
|
||||
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%;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue