mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Fixed incorrect page width on mobile devices (#1653)
* Fixed incorrect page width on mobile devices * Update top.css
This commit is contained in:
parent
d6aff3bf95
commit
8e43fde956
2 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@ html {
|
|||
}
|
||||
|
||||
body {
|
||||
min-width: 760px;
|
||||
min-width: fit-content;
|
||||
color: #000000;
|
||||
background: #E3E3E3;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue