mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Fix kickstarter banner on mobile
This commit is contained in:
parent
b30e26513f
commit
834a79b4ef
1 changed files with 4 additions and 0 deletions
|
@ -2129,6 +2129,10 @@ table#latest-visitors {
|
|||
padding: 15px 100px 4px 23px;
|
||||
margin-bottom: 13px;
|
||||
font-size: 95%;
|
||||
@media (max-device-width:480px), screen and (max-width:800px) {
|
||||
background-size: 32%;
|
||||
background-position: right top;
|
||||
}
|
||||
|
||||
h4 {
|
||||
margin-bottom: .2em;
|
||||
|
|
Loading…
Add table
Reference in a new issue