mirror of
https://github.com/mbirth/tcl_update_db.git
synced 2024-11-09 23:06:45 +00:00
Optimise for mobile display.
This commit is contained in:
parent
d24fe609df
commit
0bfe96110b
@ -11,6 +11,10 @@ body {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
main {
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.panel {
|
||||
margin-top: 70px;
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<title>BlackBerry/TCL Firmware List</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=0.8"/>
|
||||
<link rel="stylesheet" href="node_modules/material-components-web/dist/material-components-web.css"/>
|
||||
<link rel="stylesheet" href="assets/material-icons.css"/>
|
||||
<link rel="stylesheet" href="assets/style.css"/>
|
||||
|
Loading…
Reference in New Issue
Block a user